diff --git a/README.md b/README.md index deb48564bf2..2efaa7f73a5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A Riru module trying to provide an ART hooking framework which delivers consiste ## Supported Versions -Android 8.1 ~ 12, 12L Beta1 +Android 8.1 ~ 12, 12L Beta2 ## Install diff --git a/build.gradle.kts b/build.gradle.kts index 1cc633adb18..026e8bccef2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ val injectedPackageUid by extra(2000) val defaultManagerPackageName by extra("org.lsposed.manager") val apiCode by extra(93) val verCode by extra(commitCount + 4200) -val verName by extra("1.6.5") +val verName by extra("1.7.0") val androidTargetSdkVersion by extra(32) val androidMinSdkVersion by extra(27) val androidBuildToolsVersion by extra("32.0.0") diff --git a/core/magisk_module/module.prop b/core/magisk_module/module.prop index b8c0c23de3c..a3ab9f10da7 100644 --- a/core/magisk_module/module.prop +++ b/core/magisk_module/module.prop @@ -3,5 +3,5 @@ name=${api} - LSPosed version=${versionName} (${versionCode}) versionCode=${versionCode} author=${authorList} -description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 12, 12L Beta1. ${requirement}. +description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 12, 12L Beta2. ${requirement}. updateJson=${updateJson}