Skip to content

Commit

Permalink
Stop relying on transitive dependencies from the cloud SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jensck committed Dec 14, 2020
1 parent ee180b0 commit 0be56ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions devicesetup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,16 @@ dependencies {

api 'androidx.appcompat:appcompat:1.1.0'
api 'androidx.recyclerview:recyclerview:1.0.0'
api 'androidx.core:core-ktx:1.1.0'
api 'com.google.code.findbugs:jsr305:3.0.2'
api 'com.google.code.gson:gson:2.8.5'
api 'com.squareup.okhttp:okhttp:2.7.5'
api 'com.squareup.okio:okio:2.3.0'
api 'com.squareup.retrofit:retrofit:1.9.0'
api 'org.greenrobot:eventbus:3.0.0'
api 'androidx.collection:collection-ktx:1.1.0'
api 'androidx.core:core-ktx:1.1.0'
api 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
}


Expand Down

0 comments on commit 0be56ba

Please sign in to comment.