mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
gradle 7.1.2
This commit is contained in:
parent
124b3b51ad
commit
39cb70d90d
3 changed files with 5 additions and 5 deletions
|
@ -74,9 +74,9 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
lint {
|
lint {
|
||||||
disable("MissingTranslation")
|
disable.addAll(listOf("MissingTranslation", "ExtraTranslation"))
|
||||||
isAbortOnError = false
|
abortOnError = false
|
||||||
isCheckReleaseBuilds = false
|
checkReleaseBuilds = false
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|
|
@ -26,7 +26,7 @@ subprojects {
|
||||||
buildscript {
|
buildscript {
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath(LegacyPluginClassPath.fireBaseCrashlytics)
|
classpath(LegacyPluginClassPath.fireBaseCrashlytics)
|
||||||
classpath("com.android.tools.build:gradle:7.0.3")
|
classpath("com.android.tools.build:gradle:7.1.2")
|
||||||
classpath(LegacyPluginClassPath.googleServices)
|
classpath(LegacyPluginClassPath.googleServices)
|
||||||
classpath(LegacyPluginClassPath.kotlinPlugin)
|
classpath(LegacyPluginClassPath.kotlinPlugin)
|
||||||
classpath("com.google.android.gms:oss-licenses-plugin:0.10.4")
|
classpath("com.google.android.gms:oss-licenses-plugin:0.10.4")
|
||||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue