Skip to content

Commit

Permalink
Transitive libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
nono3551 committed Jun 18, 2020
1 parent ecc8b7b commit 07f11f3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,15 @@ dependencies {
implementation 'androidx.core:core-ktx:1.3.0'
implementation 'androidx.appcompat:appcompat:1.1.0'

implementation 'com.google.code.gson:gson:2.8.5'
implementation ('com.google.code.gson:gson:2.8.5@aar') {
transitive=true
}

implementation ('com.github.bumptech.glide:glide:4.11.0') {
implementation ('com.github.bumptech.glide:glide:4.11.0@aar') {
transitive=true
}

implementation 'com.android.volley:volley:1.1.1'
implementation ('com.android.volley:volley:1.1.1@aar') {
transitive=true
}
}

0 comments on commit 07f11f3

Please sign in to comment.