mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Update build.gradle
This commit is contained in:
parent
7cf4519be6
commit
dfc03277cc
@ -57,7 +57,7 @@ android {
|
|||||||
applicationId "net.kdt.pojavlaunch"
|
applicationId "net.kdt.pojavlaunch"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode new Date().getSeconds()
|
versionCode Math.abs(new Random().nextInt() % 10000000) + 1
|
||||||
versionName getVersionName()
|
versionName getVersionName()
|
||||||
multiDexEnabled true //important
|
multiDexEnabled true //important
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user