mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 22:14:17 +00:00
Merge pull request #11820 from farmerbb/master
Android: switch non-Play Store variants back to targetSdkVersion 28
This commit is contained in:
commit
a8390477b8
@ -38,7 +38,7 @@ android {
|
||||
arguments "-j${Runtime.runtime.availableProcessors()}"
|
||||
}
|
||||
}
|
||||
targetSdkVersion 29
|
||||
targetSdkVersion 28
|
||||
versionCode System.currentTimeSeconds().toInteger()
|
||||
versionName "${getManifestAttribute("versionName")}_GIT"
|
||||
}
|
||||
@ -72,6 +72,7 @@ android {
|
||||
}
|
||||
playStoreNormal {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode getPlayStoreVersionCode()
|
||||
versionName getPlayStoreVersionName()
|
||||
|
||||
@ -82,6 +83,7 @@ android {
|
||||
}
|
||||
playStorePlus {
|
||||
minSdkVersion 26
|
||||
targetSdkVersion 29
|
||||
versionCode getPlayStoreVersionCode()
|
||||
versionName getPlayStoreVersionName()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user