Update build.gradle

This commit is contained in:
ArtDev 2021-07-16 19:08:11 +03:00 committed by GitHub
parent 7cf4519be6
commit dfc03277cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
} }