Remove old workaround

This commit is contained in:
Herbert Reiter
2023-08-05 22:02:25 +02:00
parent 32e75598cd
commit 1ebbe18252
-4
View File
@@ -17,10 +17,6 @@ android {
buildFeatures {
buildConfig true
}
lint {
// Workaround for KotlinNullPointerException in :app:lintVitalAnalyzeRelease
checkReleaseBuilds false
}
base {
archivesName = "moasdawiki-" + defaultConfig.versionName + "-" + defaultConfig.versionCode
}