Upgrade gradle

Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
Stefan Niedermann 2022-01-31 09:55:39 +01:00
parent 24a8997876
commit 109bf5762a
3 changed files with 6 additions and 6 deletions

View file

@ -39,10 +39,6 @@ android {
}
}
lintOptions {
disable 'MissingTranslation'
abortOnError false
}
flavorDimensions "version"
@ -72,6 +68,10 @@ android {
includeAndroidResources true
}
}
lint {
abortOnError false
disable 'MissingTranslation'
}
}
dependencies {

View file

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

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists