Update minimum supported Android API to 33

This commit is contained in:
Herbert Reiter
2025-08-30 15:36:20 +02:00
parent 016a20dca8
commit d11478d92c
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ android {
compileSdk = 36 // 36 = Android 16
defaultConfig {
applicationId "net.moasdawiki.app"
minSdk = 28 // 28 = Android 9
minSdk = 33 // 33 = Android 13 Tiramisu
targetSdk = 36 // should be same as compileSdk
versionCode = 47
versionName = "3.9.5.0"