Build: Bump up sdk version for future releases

This commit is contained in:
Mathias-Boulay 2022-11-16 22:52:06 +01:00
parent 0a385781ed
commit 1799251ce3

View File

@ -37,7 +37,7 @@ def getVersionName = {
} }
android { android {
compileSdkVersion 31 compileSdkVersion 33
dexOptions { dexOptions {
javaMaxHeapSize "4g" javaMaxHeapSize "4g"
} }
@ -64,7 +64,7 @@ android {
defaultConfig { defaultConfig {
applicationId "net.kdt.pojavlaunch" applicationId "net.kdt.pojavlaunch"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 31 targetSdkVersion 33
versionCode getDateSeconds() versionCode getDateSeconds()
versionName getVersionName() versionName getVersionName()
multiDexEnabled true //important multiDexEnabled true //important