Neues Release

This commit is contained in:
Herbert Reiter
2025-08-30 16:28:39 +02:00
parent c6f942b6df
commit a4590e4b35
4 changed files with 21 additions and 3 deletions
+3 -3
View File
@@ -2,13 +2,13 @@ apply plugin: 'com.android.application'
android {
namespace = "net.moasdawiki.app"
compileSdk = 36 // 36 = Android 16
compileSdk = 36 // 36 = Android 16 Baklava
defaultConfig {
applicationId "net.moasdawiki.app"
minSdk = 33 // 33 = Android 13 Tiramisu
targetSdk = 36 // should be same as compileSdk
versionCode = 47
versionName = "3.9.5.0"
versionCode = 48
versionName = "3.9.5.1"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11