Removes an unused library from build.gradle.

This commit is contained in:
Vavassor 2017-05-07 22:04:02 -04:00
parent 158a5ea467
commit d2b5fb24a2
1 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,6 @@ dependencies {
compile 'com.android.support:support-v13:25.3.1'
compile 'com.android.support:design:25.3.1'
compile 'com.android.support:exifinterface:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha7'
compile 'com.squareup.retrofit2:retrofit:2.2.0'
compile 'com.squareup.retrofit2:converter-gson:2.2.0'
compile 'com.squareup.picasso:picasso:2.5.2'
@ -66,4 +65,4 @@ dependencies {
annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1'
}
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.gms.google-services'