Skip to content

Commit

Permalink
Fixed register
Browse files Browse the repository at this point in the history
  • Loading branch information
rkodev committed Aug 26, 2019
1 parent 74639b6 commit 1a0e080
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion opensrp-chw-anc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ allprojects {
}

dependencies {
implementation('org.smartregister:opensrp-client-core:1.7.11-SNAPSHOT@aar') {
implementation('org.smartregister:opensrp-client-core:1.6.47-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.github.bmelnychuk', module: 'atv'
exclude group: 'com.google.guava', module: 'guava'
Expand Down
2 changes: 1 addition & 1 deletion opensrp-chw-pnc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ allprojects {
}

dependencies {
implementation('org.smartregister:opensrp-client-core:1.7.11-SNAPSHOT@aar') {
implementation('org.smartregister:opensrp-client-core:1.6.47-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.github.bmelnychuk', module: 'atv'
exclude group: 'com.google.guava', module: 'guava'
Expand Down
2 changes: 1 addition & 1 deletion opensrp-chw-pnc/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
POM_SETTING_NAME=OpenSRP Client Chw Pnc
POM_SETTING_ARTIFACT_ID=opensrp-client-chw-pnc
POM_SETTING_PACKAGING=aar
VERSION_NAME=0.0.11-SNAPSHOT
VERSION_NAME=0.0.12-SNAPSHOT
VERSION_CODE=1
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ android {
}

dependencies {
implementation('org.smartregister:opensrp-client-core:1.7.11-SNAPSHOT@aar') {
implementation('org.smartregister:opensrp-client-core:1.6.47-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.github.bmelnychuk', module: 'atv'
exclude group: 'com.google.guava', module: 'guava'
Expand Down

0 comments on commit 1a0e080

Please sign in to comment.