Skip to content

Commit

Permalink
Update versions for 2.0.0 (googlesamples#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern authored Sep 24, 2018
1 parent f54b27f commit 8340ece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.2.0-beta05'
classpath 'com.android.tools.build:gradle:3.2.0-rc03'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.dicedmelon.gradle:jacoco-android:0.1.3'
}
Expand Down Expand Up @@ -34,7 +34,7 @@ ext {

bintrayOrg = 'easygoogle'

support_library_version = '28.0.0-rc01'
support_library_version = '28.0.0'

compileSdk = 28
targetSdk = 28
Expand Down

0 comments on commit 8340ece

Please sign in to comment.