Update minimum supported Android API to 33
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user