Merge pull request #1259 from Xefir/gradle-update
Gradle update (and only gradle) + fix insecable caracter
This commit is contained in:
commit
d71c9d296e
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue