android: Update Gradle plugin

This commit is contained in:
Tobias Brunner
2019-08-26 11:20:48 +02:00
parent 770f4ccee1
commit 1ce5dd92fe
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.3.2'
classpath 'com.android.tools.build:gradle:3.4.2'
}
}