Android Studio 4.1.1, Android Gradle plugin 4.1.1, Gradle 6.7, org.gradle.vfs.watch=true

This commit is contained in:
tateisu 2020-11-11 15:55:28 +09:00
parent 6b7841e3be
commit 67b0804ca1
3 changed files with 6 additions and 2 deletions

View File

@ -17,7 +17,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.google.gms:google-services:4.3.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

View File

@ -21,6 +21,10 @@ org.gradle.parallel=true
# https://blog.jetbrains.com/kotlin/2018/01/kotlin-1-2-20-is-out/
org.gradle.caching=true
# enable file system watching
# https://docs.gradle.org/6.7/release-notes.html#file-system-watching
org.gradle.vfs.watch=true
android.useAndroidX=true
android.enableJetifier=true
android.debug.obsoleteApi=true

View File

@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip