Remove linter workaround

This commit is contained in:
Herbert Reiter
2023-11-01 21:12:11 +01:00
parent 17d3e4da98
commit fac9d1d58a
-4
View File
@@ -17,10 +17,6 @@ android {
buildFeatures { buildFeatures {
buildConfig true buildConfig true
} }
lintOptions {
// Workaround for NullPointerException in :app:lintVitalAnalyzeRelease
checkReleaseBuilds false
}
base { base {
archivesName = "moasdawiki-" + defaultConfig.versionName + "-" + defaultConfig.versionCode archivesName = "moasdawiki-" + defaultConfig.versionName + "-" + defaultConfig.versionCode
} }