diff --git a/appveyor.yml b/appveyor.yml index a6a254ee..9d9f75c2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/edxp-core/build.gradle b/edxp-core/build.gradle index 383502dd..e3f9b3dc 100644 --- a/edxp-core/build.gradle +++ b/edxp-core/build.gradle @@ -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) { diff --git a/edxp-core/tpl/module.prop.tpl b/edxp-core/tpl/module.prop.tpl index 5429a924..31dcd2f2 100644 --- a/edxp-core/tpl/module.prop.tpl +++ b/edxp-core/tpl/module.prop.tpl @@ -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 diff --git a/edxp-core/tpl/riru_module.prop.tpl b/edxp-core/tpl/riru_module.prop.tpl index 661febb7..d771a31f 100644 --- a/edxp-core/tpl/riru_module.prop.tpl +++ b/edxp-core/tpl/riru_module.prop.tpl @@ -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}