mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-28 22:01:50 +00:00
android: set min version to 13
I haven't been able to figure out a workaround for pre-A13
This commit is contained in:
@@ -12,9 +12,9 @@ android {
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "me.kavishdevar.librepods"
|
||||
minSdk = 28
|
||||
minSdk = 33
|
||||
targetSdk = 36
|
||||
versionCode = 8
|
||||
versionCode = 9
|
||||
versionName = "0.2.0"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user