Compare commits

...

1 commit

Author SHA1 Message Date
ligi
c3d804e921 RM typo and use Play-Services 8.3 2015-11-09 19:36:01 +01:00

View file

@ -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 {