Gradle update (and only gradle) + fix insecable caracter

This commit is contained in:
Michel Roux 2020-04-20 19:54:04 +02:00
parent b52e511b9a
commit a9c355d0e9
3 changed files with 5 additions and 5 deletions

View File

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

View File

@ -1,6 +1,6 @@
#Thu Oct 24 17:45:27 JST 2019 #Mon Apr 20 10:36:29 CEST 2020
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-bin.zip zipStoreBase=GRADLE_USER_HOME

View File

@ -144,7 +144,7 @@ android {
exclude 'jsr305_annotations/**' exclude 'jsr305_annotations/**'
exclude 'error_prone/**' exclude 'error_prone/**'
exclude 'third_party/java_src/**' exclude 'third_party/java_src/**'
exclude 'sdk-version.txt' exclude 'sdk-version.txt'
exclude 'build-data.properties' exclude 'build-data.properties'
} }