Skip to content

Commit

Permalink
Update target version on OpenSRP 0.2.5 (#3430)
Browse files Browse the repository at this point in the history
* ⬆️ Update the app version

* ⬆️ Update the quest version

* ⬆️ Upgrade target version on OpenSRP 0.2.5 apps

* ⬆️ Upgrade traget SDK and version code
  • Loading branch information
dubdabasoduba authored Aug 6, 2024
1 parent eaa4d4d commit ec39909
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ plugins {
}

android {
compileSdk = 33
compileSdk = 34

defaultConfig {
minSdk = 26
targetSdk = 33
targetSdk = 34
testInstrumentationRunner = "org.smartregister.fhircore.engine.EngineTestRunner"
consumerProguardFiles("consumer-rules.pro")
buildConfigField(
Expand Down
4 changes: 2 additions & 2 deletions android/geowidget/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ plugins {
}

android {
compileSdk = 33
compileSdk = 34

defaultConfig {
minSdk = 26
targetSdk = 33
targetSdk = 34
buildConfigField("String", "MAPBOX_SDK_TOKEN", """"${project.extra["MAPBOX_SDK_TOKEN"]}"""")
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
Expand Down
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 = 13
versionName = "1.0.10"
versionCode = 14
versionName = "1.0.11"
multiDexEnabled = true

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

0 comments on commit ec39909

Please sign in to comment.