mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-01-19 03:29:58 +01:00
Gradle update (and only gradle) + fix insecable caracter
This commit is contained in:
parent
b52e511b9a
commit
a9c355d0e9
@ -7,7 +7,7 @@ buildscript {
|
||||
google()
|
||||
}
|
||||
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
|
||||
// in the individual module build.gradle files
|
||||
}
|
||||
|
6
gradle/wrapper/gradle-wrapper.properties
vendored
6
gradle/wrapper/gradle-wrapper.properties
vendored
@ -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
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
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 'error_prone/**'
|
||||
exclude 'third_party/java_src/**'
|
||||
exclude 'sdk-version.txt'
|
||||
exclude 'sdk-version.txt'
|
||||
exclude 'build-data.properties'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user