Skip to content

Commit

Permalink
gradle error
Browse files Browse the repository at this point in the history
  • Loading branch information
rkodev committed Apr 24, 2019
1 parent 92dc688 commit 1717c92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opensrp-immunization/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,11 @@ tasks.withType(Test) {
}

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

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

0 comments on commit 1717c92

Please sign in to comment.