Skip to content

Commit

Permalink
Upgrade SDC Artifact + Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed Sep 5, 2023
1 parent 8568678 commit ae0ad48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cql-engine = "2.4.0"
cql-evaluator = "2.4.0"
cql-to-elm = "2.4.0"
dagger-hilt-compiler = "2.45"
data-capture = "1.0.0-preview11-SNAPSHOT"
data-capture = "1.0.0-preview14.5-SNAPSHOT"
desugar-jdk-libs = "1.1.5"
easy-rules-jexl = "4.1.0"
espresso-core = "3.5.1"
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 @@ -56,8 +56,8 @@ android {
applicationId = "org.smartregister.opensrp"
minSdk = 26
targetSdk = 34
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 ae0ad48

Please sign in to comment.