Skip to content

Commit

Permalink
remove unnecessary libs
Browse files Browse the repository at this point in the history
  • Loading branch information
janvde committed Dec 7, 2017
1 parent d07352a commit 4681ab9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

api 'com.android.support:appcompat-v7:27.0.2'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.1'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'

api 'com.squareup.retrofit2:retrofit:2.3.0'
api 'com.squareup.retrofit2:converter-gson:2.3.0'
api 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
Expand Down

0 comments on commit 4681ab9

Please sign in to comment.