Skip to content

Commit

Permalink
Merge pull request #62 from OpenSRP/upgrade-core-libs
Browse files Browse the repository at this point in the history
Upgrade core libs
  • Loading branch information
ndegwamartin authored Feb 12, 2020
2 parents df7298d + 9109fa5 commit 1fc0dec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1.17-SNAPSHOT
VERSION_NAME=1.1.18-SNAPSHOT
VERSION_CODE=1
GROUP=org.smartregister
POM_SETTING_DESCRIPTION=OpenSRP Client Growth Monitoring Application
Expand Down
4 changes: 2 additions & 2 deletions opensrp-growth-monitoring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ allprojects {
}

dependencies {
implementation('org.smartregister:opensrp-client-core:1.8.25-SNAPSHOT@aar') {
implementation('org.smartregister:opensrp-client-core:1.8.26-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.github.bmelnychuk', module: 'atv'
}

implementation('org.smartregister:opensrp-client-native-form:1.7.15-SNAPSHOT@aar') {
implementation('org.smartregister:opensrp-client-native-form:1.7.18-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.android.support', module: 'recyclerview-v7'
}
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ android {
}

dependencies {
implementation('org.smartregister:opensrp-client-core:1.8.25-SNAPSHOT@aar') {
implementation('org.smartregister:opensrp-client-core:1.8.26-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.github.bmelnychuk', module: 'atv'
}

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

0 comments on commit 1fc0dec

Please sign in to comment.