From a885818a4dabaf64f3918305ec8c4ef713dcf27f Mon Sep 17 00:00:00 2001 From: LoveSy Date: Tue, 1 Feb 2022 20:34:16 +0800 Subject: [PATCH] Bump version to 1.7.0 (#1600) --- README.md | 2 +- build.gradle.kts | 2 +- core/magisk_module/module.prop | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index deb48564..2efaa7f7 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 1cc633ad..026e8bcc 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 b8c0c23d..a3ab9f10 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}