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