Revert "Revert "update gradle plugin""

This reverts commit 49b2f455f7.
This commit is contained in:
Andreas Shimokawa 2019-02-11 23:02:57 +01:00
parent 095b2f53e5
commit 2e5a5f125a
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files

View File

@ -17,6 +17,5 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
android.enableAapt2=true
android.useAndroidX=true
android.enableJetifier=true