|
|
@@ -6,6 +6,7 @@ plugins {
|
|
|
}
|
|
|
|
|
|
android {
|
|
|
+ namespace 'com.sirekanian.acf'
|
|
|
compileSdk 33
|
|
|
defaultConfig {
|
|
|
applicationId "com.sirekanian.warmongr"
|
|
|
@@ -48,7 +49,7 @@ android {
|
|
|
excludes += '/META-INF/{AL2.0,LGPL2.1}'
|
|
|
}
|
|
|
}
|
|
|
- lintOptions {
|
|
|
+ lint {
|
|
|
warningsAsErrors true
|
|
|
}
|
|
|
}
|