[RELEASE] 6.2.0.1-rc03

This commit is contained in:
世界 2020-06-06 17:28:33 +08:00
parent 3c94320b99
commit 4a1762ba9e
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
2 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ jobs:
git remote add origin "git@github.com:NekoX-Dev/Resources.git"
git add . --all
git commit -m 喵
git push github master -f
git push origin master -f
- uses: r0adkll/upload-google-play@master
with:
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_ACCOUNT_SERVICE }}

View File

@ -74,8 +74,8 @@ dependencies {
}
def verName = "6.2.0.1-rc02"
def verCode = 46
def verName = "6.2.0.1-rc03"
def verCode = 47
task writeUpdateInfo {