app/build.gradle: fix to make it build
This commit is contained in:
parent
f43acdec83
commit
92ab814f75
@ -1,7 +1,7 @@
|
|||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 32
|
compileSdkVersion rootProject.ext.compileSdkVersion
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "ch.blinkenlights.android.vanilla"
|
applicationId "ch.blinkenlights.android.vanilla"
|
||||||
@ -16,8 +16,9 @@ android {
|
|||||||
zipAlignEnabled true
|
zipAlignEnabled true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
lint {
|
|
||||||
abortOnError false
|
lintOptions {
|
||||||
|
abortOnError false
|
||||||
disable 'MissingTranslation', 'ExtraTranslation'
|
disable 'MissingTranslation', 'ExtraTranslation'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user