mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-13 23:00:45 -04:00
Build: Bump up sdk version for future releases
This commit is contained in:
parent
0a385781ed
commit
1799251ce3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user