Skip to content

Commit

Permalink
Merge pull request #263 from opensrp/upgrade-core-deps
Browse files Browse the repository at this point in the history
upgrade core libs
  • Loading branch information
ndegwamartin authored Aug 11, 2021
2 parents 8b999ea + 03ce923 commit 36f7601
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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=0.6.17-SNAPSHOT
VERSION_NAME=0.6.18-SNAPSHOT
VERSION_CODE=1
GROUP=org.smartregister
POM_SETTING_DESCRIPTION=OpenSRP Client Child Library
Expand Down
6 changes: 3 additions & 3 deletions opensrp-child/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.1'


api('org.smartregister:opensrp-client-core:4.3.10-SNAPSHOT@aar') {
api('org.smartregister:opensrp-client-core:4.3.15-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.github.bmelnychuk', module: 'atv'
exclude group: 'com.google.guava', module: 'guava'
Expand All @@ -121,7 +121,7 @@ dependencies {
}


api('org.smartregister:opensrp-client-native-form:1.14.8.1-SNAPSHOT@aar') {
api('org.smartregister:opensrp-client-native-form:1.14.8.2-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.android.support', module: 'recyclerview-v7'
exclude group: 'com.android.support', module: 'appcompat-v7'
Expand Down Expand Up @@ -150,7 +150,7 @@ dependencies {
exclude group: 'com.android.support', module: 'appcompat-v7'
}

api('org.smartregister:opensrp-client-growth-monitoring:2.0.5-SNAPSHOT@aar') {
api('org.smartregister:opensrp-client-growth-monitoring:2.0.6-SNAPSHOT@aar') {
transitive = true

exclude group: 'org.smartregister', module: 'opensrp-client-core'
Expand Down
1 change: 1 addition & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ android {
exclude 'META-INF/LGPL2.1'
exclude 'LICENSE.txt'
exclude 'androidsupportmultidexversion.txt'
exclude 'META-INF/INDEX.LIST'
}

lintOptions {
Expand Down

0 comments on commit 36f7601

Please sign in to comment.