Bump version

This commit is contained in:
Jim Wu 2020-12-10 23:37:47 +08:00
parent 2404d0bc50
commit 2eb4467d7f
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
version: '0.5.0.6_{build}-{branch}'
version: '0.5.1.0_{build}-{branch}'
environment:
ANDROID_HOME: C:\android-sdk-windows

View File

@ -14,7 +14,7 @@ static def calcSha256(file) {
}
// Values set here will be overriden by AppVeyor, feel free to modify during development.
def buildVersionName = 'v0.5.0.8'
def buildVersionName = 'v0.5.1.0'
def buildVersionCode = 233
if (System.env.APPVEYOR_BUILD_VERSION != null) {

View File

@ -4,4 +4,4 @@ version=${versionName}
versionCode=${versionCode}
author=${authorList}
api=${apiCode}
description=Another enhanced implementation of Xposed Framework. Supports Android 8.0, 8.1, 9, 10 or above. Requires Riru - Core v19 or above installed. Telegram: @EdXposed
description=Another enhanced implementation of Xposed Framework. Supports Android 8.0, 8.1, 9, 10, 11 or above. Requires Riru - Core v23 or above installed. Telegram: @EdXposed

View File

@ -2,5 +2,5 @@ name=Riru - EdXposed
version=${versionName}
versionCode=${versionCode}
author=${authorList}
description=Another enhanced implementation of Xposed Framework. Supports Android 8.0, 8.1, 9, 10 or above. Requires Riru - Core v19 or above installed. Telegram: @EdXposed
description=Another enhanced implementation of Xposed Framework. Supports Android 8.0, 8.1, 9, 10, 11 or above. Requires Riru - Core v23 or above installed. Telegram: @EdXposed
minApi=${minApi}