Skip to content

Commit

Permalink
Update AGP to 3.4.0-alpha08
Browse files Browse the repository at this point in the history
This reflects the release of Android Studio 3.4 Canary 8.

This also requires updating Gradle to 5.1 milestone 1
  • Loading branch information
tiembo authored and florina-muntenescu committed Dec 17, 2018
1 parent 9491470 commit 5a0f029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.4.0-alpha05'
classpath 'com.android.tools.build:gradle:3.4.0-alpha08'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath "com.google.gms:google-services:${versions.googleServices}"
classpath "io.fabric.tools:gradle:${versions.fabric}"
Expand Down
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Thu Dec 13 21:38:10 PST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1-milestone-1-all.zip

0 comments on commit 5a0f029

Please sign in to comment.