Change the version name

This commit is contained in:
ArtDev 2021-01-17 13:56:35 +03:00
parent 0a80efda68
commit 7ab575a870

View File

@ -27,8 +27,8 @@ android {
applicationId "net.kdt.pojavlaunch" applicationId "net.kdt.pojavlaunch"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 156238 versionCode 156239
versionName "3.3.1b_6409b_" + getDate() versionName "3.3.1_rel_" + getDate()
multiDexEnabled true //important multiDexEnabled true //important
} }