diff --git a/app/build.gradle b/app/build.gradle index 6c71f7b..4015bab 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,9 +53,10 @@ dependencies { compile 'com.sothree.slidinguppanel:library:3.3.0' compile 'org.ocpsoft.prettytime:prettytime:4.0.1.Final' compile 'com.github.paolorotolo:appintro:4.0.0' - compile 'com.google.android.gms:play-services-analytics:9.0.0' compile 'com.jakewharton:butterknife:8.0.1' apt 'com.jakewharton:butterknife-compiler:8.0.1' + //noinspection GradleDependency + compile 'com.google.android.gms:play-services-analytics:8.4.0' } apply plugin: 'com.google.gms.google-services' diff --git a/app/src/main/assets/libraries.html b/app/src/main/assets/libraries.html index 82214d3..df707d8 100644 --- a/app/src/main/assets/libraries.html +++ b/app/src/main/assets/libraries.html @@ -2,9 +2,9 @@ Retrofit
-com.squareup.retrofit2:retrofit:2.0.0-beta4
-com.squareup.retrofit2:converter-gson:2.0.0-beta4
-com.squareup.retrofit2:converter-simplexml:2.0.0-beta4
+com.squareup.retrofit2:retrofit:2.0.2
+com.squareup.retrofit2:converter-gson:2.0.2
+com.squareup.retrofit2:converter-simplexml:2.0.2
http://square.github.io/retrofit/

Android Sliding Up Panel
@@ -16,11 +16,11 @@ http://www.ocpsoft.org/prettytime/

Butter Knife
-com.jakewharton:butterknife:7.0.1
+com.jakewharton:butterknife:8.0.1
http://jakewharton.github.io/butterknife/

AppIntro
-com.github.paolorotolo:appintro:3.4.0
+com.github.paolorotolo:appintro:4.0.0
https://github.com/PaoloRotolo/AppIntro diff --git a/build.gradle b/build.gradle index 9789103..a321ed0 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:2.1.0' - classpath 'com.google.gms:google-services:3.0.0' + classpath 'com.google.gms:google-services:2.0.0-alpha6' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' // NOTE: Do not place your application dependencies here; they belong