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