android: Update Gradle plugin

This commit is contained in:
Tobias Brunner
2019-03-05 15:32:33 +01:00
parent 8e31d65730
commit 20fdb2d42b
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.android.tools.build:gradle:3.3.2'
}
}