Skip to content

Commit

Permalink
Upgrade Android Gradle Plugin to 3.3.0, Gradle 4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhanniballake committed Jan 16, 2019
1 parent 7a27b0f commit c7124c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.0'
classpath "com.google.gms:google-services:4.2.0"
classpath "io.fabric.tools:gradle:1.26.1"
classpath "com.google.firebase:firebase-plugins:1.1.5"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat May 12 17:48:27 PDT 2018
#Tue Jan 15 20:23:29 PST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

0 comments on commit c7124c6

Please sign in to comment.