Skip to content

Commit

Permalink
Merge branch 'opensrp-0.2.5' of github.com:opensrp/fhircore into open…
Browse files Browse the repository at this point in the history
…srp-0.2.5
  • Loading branch information
dubdabasoduba committed Aug 6, 2024
2 parents c007077 + ec39909 commit f3c225d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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
8 changes: 4 additions & 4 deletions android/quest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ sonar {
}

android {
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId = "org.smartregister.opensrp"
minSdk = 26
targetSdk = 33
versionCode = 13
versionName = "1.0.10"
targetSdk = 34
versionCode = 14
versionName = "1.0.11"
multiDexEnabled = true

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

0 comments on commit f3c225d

Please sign in to comment.