New release

This commit is contained in:
Herbert Reiter
2024-05-10 23:08:45 +02:00
parent 75a186f37c
commit 67e30728f0
4 changed files with 8 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 42
versionName "3.7.1.0"
versionCode 43
versionName "3.7.1.1"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11