Skip to content

Commit

Permalink
upgraded forms libray to 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
junaidwarsivd committed Sep 22, 2021
1 parent b2a90f9 commit afb1df7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opensrp-path-zeir/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ android {
applicationVariants.all { variant ->
if (variant.name == "debug") {
variant.outputs.each { output ->
output.versionCodeOverride = 22
output.versionNameOverride = "0.0.22-debug"
output.versionCodeOverride = 24
output.versionNameOverride = "0.0.24-debug"
}
} else if (variant.name == "preview") {
variant.outputs.each { output ->
Expand Down Expand Up @@ -327,7 +327,7 @@ dependencies {
exclude group: 'com.ibm.fhir', module: 'fhir-model'
}

implementation('org.smartregister:opensrp-client-native-form:1.14.8.3-SNAPSHOT@aar') {
implementation('org.smartregister:opensrp-client-native-form:2.1.9-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.android.support', module: 'recyclerview-v7'
exclude group: 'com.android.support', module: 'appcompat-v7'
Expand Down

0 comments on commit afb1df7

Please sign in to comment.