Android: switch non-Play Store variants back to targetSdkVersion 28

This commit is contained in:
Braden Farmer 2021-01-03 19:47:05 -07:00
parent 44a600a00c
commit 614f803638
1 changed files with 3 additions and 1 deletions

View File

@ -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()