android: set min version to 13

I haven't been able to figure out a workaround for pre-A13
This commit is contained in:
Kavish Devar
2025-11-21 02:55:51 +05:30
parent 5231b12c71
commit ecfbcd1c02
2 changed files with 3 additions and 3 deletions

View File

@@ -12,9 +12,9 @@ android {
defaultConfig {
applicationId = "me.kavishdevar.librepods"
minSdk = 28
minSdk = 33
targetSdk = 36
versionCode = 8
versionCode = 9
versionName = "0.2.0"
}