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 {
buildConfig true
}
lintOptions {
// Workaround for NullPointerException in :app:lintVitalAnalyzeRelease
checkReleaseBuilds false
}
base {
archivesName = "moasdawiki-" + defaultConfig.versionName + "-" + defaultConfig.versionCode
}