Skip to content

Commit

Permalink
Update release version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Aug 19, 2023
1 parent e0df56f commit 55fc84a
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 = 33
versionCode = 3
versionName = "0.2.5"
versionCode = 4
versionName = "1.0.0"
multiDexEnabled = true

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

0 comments on commit 55fc84a

Please sign in to comment.