Skip to content

Commit

Permalink
⬆️ Updating the versions name and code (#3296)
Browse files Browse the repository at this point in the history
  • Loading branch information
dubdabasoduba authored May 24, 2024
1 parent e88724e commit ab3170f
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 = 10
const val versionName = "1.1.0"
const val versionCode = 11
const val versionName = "2.0.0"
const val applicationId = "org.smartregister.opensrp"
const val jvmToolchain = 17
const val kotlinCompilerExtensionVersion = "1.5.8"
Expand Down

0 comments on commit ab3170f

Please sign in to comment.