Fix Gradle build issue

This commit is contained in:
Herbert Reiter
2023-08-07 20:51:04 +02:00
parent 1aa4382529
commit 1f4ae087d1
+4
View File
@@ -17,6 +17,10 @@ android {
buildFeatures {
buildConfig true
}
lintOptions {
// Workaround for NullPointerException in :app:lintVitalAnalyzeRelease
checkReleaseBuilds false
}
base {
archivesName = "moasdawiki-" + defaultConfig.versionName + "-" + defaultConfig.versionCode
}