Skip to content

Commit

Permalink
ZEIR 1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Ephraim Muhia <emuhia@ona.io>
  • Loading branch information
Ephraim Muhia committed Apr 27, 2018
1 parent 3ea7c25 commit d9cb368
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions opensrp-path/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,25 +115,25 @@ android {

dependencies {
compile fileTree(include: ['commons-validator-1.6.jar'], dir: 'libs')
compile('org.smartregister:opensrp-client-native-form:1.0.7-SNAPSHOT@aar') {
compile('org.smartregister:opensrp-client-native-form:1.0.3@aar') {
transitive = true
exclude group: 'com.android.support', module: 'recyclerview-v7'
}
compile('org.smartregister:opensrp-client-core:1.2.8-SNAPSHOT@aar') {
compile('org.smartregister:opensrp-client-core:1.2.3@aar') {
transitive = true
exclude group: 'com.github.bmelnychuk', module: 'atv'
}
compile('org.smartregister:opensrp-client-immunization:1.2.13-SNAPSHOT@aar') {
compile('org.smartregister:opensrp-client-immunization:1.2.6@aar') {
transitive = true
exclude group: 'org.smartregister', module: 'opensrp-client-core'
exclude group: 'org.smartregister', module: 'opensrp-client-native-form'
}
compile('org.smartregister:opensrp-client-growth-monitoring:1.0.7-SNAPSHOT@aar') {
compile('org.smartregister:opensrp-client-growth-monitoring:1.0.6@aar') {
transitive = true
exclude group: 'org.smartregister', module: 'opensrp-client-core'
}

compile('org.smartregister:opensrp-client-stock:1.0.3-SNAPSHOT@aar') {
compile('org.smartregister:opensrp-client-stock:1.0.1@aar') {
transitive = true
exclude group: 'org.smartregister', module: 'opensrp-client-core'
exclude group: 'org.smartregister', module: 'opensrp-client-native-form'
Expand Down

0 comments on commit d9cb368

Please sign in to comment.