Skip to content

Commit

Permalink
Revert to Google Services 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indywidualny committed Jun 5, 2016
1 parent b8154fa commit 46111e8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
10 changes: 5 additions & 5 deletions app/src/main/assets/libraries.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<body>

<strong>Retrofit</strong><br/>
com.squareup.retrofit2:retrofit:2.0.0-beta4<br/>
com.squareup.retrofit2:converter-gson:2.0.0-beta4<br/>
com.squareup.retrofit2:converter-simplexml:2.0.0-beta4<br/>
com.squareup.retrofit2:retrofit:2.0.2<br/>
com.squareup.retrofit2:converter-gson:2.0.2<br/>
com.squareup.retrofit2:converter-simplexml:2.0.2<br/>
<a href="http://square.github.io/retrofit/">http://square.github.io/retrofit/</a><br/><br/>

<strong>Android Sliding Up Panel</strong><br/>
Expand All @@ -16,11 +16,11 @@
<a href="http://www.ocpsoft.org/prettytime/">http://www.ocpsoft.org/prettytime/</a><br/><br/>

<strong>Butter Knife</strong><br/>
com.jakewharton:butterknife:7.0.1<br/>
com.jakewharton:butterknife:8.0.1<br/>
<a href="http://jakewharton.github.io/butterknife/">http://jakewharton.github.io/butterknife/</a><br/><br/>

<strong>AppIntro</strong><br/>
com.github.paolorotolo:appintro:3.4.0<br/>
com.github.paolorotolo:appintro:4.0.0<br/>
<a href="https://github.com/PaoloRotolo/AppIntro">https://github.com/PaoloRotolo/AppIntro</a>

</body>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 46111e8

Please sign in to comment.