Bump new ver

This commit is contained in:
LoveSy 2021-02-06 15:09:16 +08:00 committed by LoveSy
parent f3daf6e949
commit 499b3a97a8
2 changed files with 2 additions and 1 deletions

View File

@ -15,8 +15,8 @@ buildscript {
}
allprojects {
def buildVersionName = versionName
// Values set here will be overriden by AppVeyor, feel free to modify during development.
def buildVersionName = 'v0.5.3.0'
def buildVersionCode = 233
if (System.env.APPVEYOR_BUILD_VERSION != null) {

View File

@ -21,3 +21,4 @@ org.gradle.jvmargs=-Xmx2048M
android.useAndroidX=true
android.enableJetifier=true
android.prefabVersion=1.1.2
versionName=v0.5.4.0