Skip to content

Commit

Permalink
Update Release version to 1.0.13(15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Aug 30, 2024
1 parent 05e2919 commit 145762e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/quest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ android {
applicationId = "org.smartregister.opensrp"
minSdk = 26
targetSdk = 34
versionCode = 14
versionName = "1.0.12"
versionCode = 15
versionName = "1.0.13"
multiDexEnabled = true

buildConfigField("boolean", "SKIP_AUTH_CHECK", "false")
Expand Down

0 comments on commit 145762e

Please sign in to comment.