Skip to content

Commit

Permalink
Bump version to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WrichikBasu committed Feb 24, 2024
1 parent 869fef7 commit 43b451f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "in.basulabs.shakealarmclock"
minSdkVersion 21
targetSdkVersion 34
versionCode 35
versionName "4.2.0"
versionCode 36
versionName "4.2.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -48,6 +48,7 @@ android {
}

dependenciesInfo {
// See #73 and #72. Credits: @IzzySoft.
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
Expand Down

0 comments on commit 43b451f

Please sign in to comment.