Fix Gradle build issue in fdroid build

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