Skip to content

Commit

Permalink
⬆️ Update the app version
Browse files Browse the repository at this point in the history
  • Loading branch information
dubdabasoduba committed Dec 20, 2024
1 parent 6728efe commit c780027
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/buildSrc/src/main/kotlin/BuildConfigs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ object BuildConfigs {
const val minSdk = 26
const val compileSdk = 34
const val targetSdk = 34
const val versionCode = 11
const val versionName = "2.0.1"
const val versionCode = 12
const val versionName = "2.0.2"
const val applicationId = "org.smartregister.opensrp"
const val jvmToolchain = 17
const val kotlinCompilerExtensionVersion = "1.5.8"
Expand Down

0 comments on commit c780027

Please sign in to comment.