diff --git a/android/build.gradle b/android/build.gradle index ece9b71a..5e3ef3a7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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 {