This commit is contained in:
jens 2022-02-06 15:02:07 +01:00
parent bc31c9a4c8
commit 275091f9d7
2 changed files with 5 additions and 5 deletions

View File

@ -28,10 +28,6 @@ android {
targetCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8
} }
lintOptions {
checkReleaseBuilds false
abortOnError false
}
flavorDimensions "version" flavorDimensions "version"
@ -57,6 +53,10 @@ android {
targetSdkVersion 28 targetSdkVersion 28
} }
} }
lint {
abortOnError false
checkReleaseBuilds false
}
} }
dependencies { dependencies {

View File

@ -5,7 +5,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:7.1.0' classpath 'com.android.tools.build:gradle:7.1.1'
// 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