Bump version
This commit is contained in:
parent
122a59df2b
commit
ca6348c007
|
|
@ -1,4 +1,4 @@
|
||||||
version: '0.5.1.0_{build}-{branch}'
|
version: '0.5.1.1_{build}-{branch}'
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
ANDROID_HOME: C:\android-sdk-windows
|
ANDROID_HOME: C:\android-sdk-windows
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ static def calcSha256(file) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Values set here will be overriden by AppVeyor, feel free to modify during development.
|
// Values set here will be overriden by AppVeyor, feel free to modify during development.
|
||||||
def buildVersionName = 'v0.5.1.0'
|
def buildVersionName = 'v0.5.1.1'
|
||||||
def buildVersionCode = 233
|
def buildVersionCode = 233
|
||||||
|
|
||||||
if (System.env.APPVEYOR_BUILD_VERSION != null) {
|
if (System.env.APPVEYOR_BUILD_VERSION != null) {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name=Riru - EdXposed
|
name=Riru - EdXposed
|
||||||
version=v0.5.0.6 (YAHFA)
|
version=v0.5.1.1 (YAHFA)
|
||||||
versionCode=233
|
versionCode=233
|
||||||
author=solohsu, MlgmXyysd & rk700
|
author=solohsu, MlgmXyysd & rk700
|
||||||
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 or above. Requires Riru - Core v19 or above installed. Telegram: @EdXposed
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue