New release

This commit is contained in:
Herbert Reiter
2024-01-01 12:35:31 +01:00
parent 7a9626e860
commit 74c539c1de
4 changed files with 18 additions and 2 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ android {
applicationId "net.moasdawiki.app"
minSdk 28 // 28 = Android 9
targetSdk 34 // should be same as compileSdk
versionCode 40
versionName "3.6.3.1"
versionCode 42
versionName "3.7.1.0"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11