Skip to content

Commit

Permalink
Fix dependency tree issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-karuri committed May 10, 2021
1 parent 904e172 commit 47dcae5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions android-json-form-wizard/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,13 @@ dependencies {
exclude group: 'com.android.support', module: 'appcompat-v7'
}
implementation 'com.github.bmelnychuk:atv:1.2.9'
implementation('com.android.support:design:28.0.0') {
exclude group: 'com.android.support', module: 'recyclerview-v7'
exclude group: 'com.android.support', module: 'appcompat-v7'
exclude group: 'com.android.support', module: 'support-v4'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-media-compat:28.0.0'
implementation 'com.android.support:animated-vector-drawable:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'

}
implementation 'com.github.johnkil.print:print:1.3.1'
implementation 'com.github.rey5137:material:1.2.5'
implementation 'org.smartregister:opensrp-client-materialedittext:2.1.6-SNAPSHOT'
Expand Down

0 comments on commit 47dcae5

Please sign in to comment.