Bump and fix Android Gradle Plugin from 7.0.4 to 7.1.0 (#2203)

This commit is contained in:
Joris Pelgröm 2022-01-27 03:07:55 +01:00 committed by GitHub
parent eefc79e749
commit 2c55a3fd05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -118,8 +118,8 @@ android {
}
lint {
isAbortOnError = false
disable("MissingTranslation")
abortOnError = false
disable += "MissingTranslation"
}
kapt {

View file

@ -11,7 +11,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath("com.android.tools.build:gradle:7.0.4")
classpath("com.android.tools.build:gradle:7.1.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.31")
classpath("com.google.gms:google-services:4.3.10")
classpath("com.google.firebase:firebase-appdistribution-gradle:3.0.0")

View file

@ -38,8 +38,8 @@ android {
}
lint {
isAbortOnError = false
disable("MissingTranslation")
abortOnError = false
disable += "MissingTranslation"
}
kapt {

View file

@ -67,7 +67,7 @@ android {
}
lint {
disable("MissingTranslation")
disable += "MissingTranslation"
}
kapt {