Skip to content

Commit

Permalink
Merge pull request #243 from OpenSRP/update-client-native-form-version
Browse files Browse the repository at this point in the history
Update client native form version to v1.12.2-SNAPSHOT
  • Loading branch information
zzainulabidin authored Jul 8, 2020
2 parents 7a5b6e8 + 478bb72 commit 55a8b47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.2.15-SNAPSHOT
VERSION_NAME=1.2.16-SNAPSHOT
VERSION_CODE=1
GROUP=org.smartregister
POM_SETTING_DESCRIPTION=OpenSRP Client Chw Core Library
Expand Down
3 changes: 2 additions & 1 deletion opensrp-chw-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ tasks.withType(Test) {
dependencies {
//implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.multidex:multidex:2.0.1'
api('org.smartregister:opensrp-client-native-form:1.9.2-SNAPSHOT@aar') {

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

0 comments on commit 55a8b47

Please sign in to comment.