Compare commits
1 commit
master
...
wip/play_s
Author | SHA1 | Date | |
---|---|---|---|
|
c3d804e921 |
1 changed files with 2 additions and 3 deletions
|
@ -113,7 +113,6 @@ dependencies {
|
|||
androidTestCompile 'org.mockito:mockito-core:1.9.5'
|
||||
androidTestCompile 'com.google.dexmaker:dexmaker-mockito:1.2'
|
||||
|
||||
// The Apache Softwjsrare License, Version 2.0
|
||||
compile 'com.google.code.gson:gson:2.4'
|
||||
compile 'net.lingala.zip4j:zip4j:1.3.2'
|
||||
compile 'com.jakewharton:butterknife:7.0.1'
|
||||
|
@ -154,8 +153,8 @@ dependencies {
|
|||
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.3.1'
|
||||
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3.1'
|
||||
|
||||
withAnalyticsCompile 'com.google.android.gms:play-services-analytics:7.8.0'
|
||||
withMapsCompile 'com.google.android.gms:play-services-maps:7.8.0'
|
||||
withAnalyticsCompile 'com.google.android.gms:play-services-analytics:8.3.0'
|
||||
withMapsCompile 'com.google.android.gms:play-services-maps:8.3.0'
|
||||
}
|
||||
|
||||
spoon {
|
||||
|
|
Loading…
Reference in a new issue