Update Gradle version in moasdawiki-server and in app to fix build issue

This commit is contained in:
Herbert Reiter
2021-12-29 22:29:31 +01:00
parent 19717b6bef
commit b49f2d5427
5 changed files with 62 additions and 41 deletions
+4
View File
@@ -21,6 +21,10 @@ android {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
lintOptions {
// Workaround for KotlinNullPointerException in :app:lintVitalAnalyzeRelease
checkReleaseBuilds false
}
}
dependencies {