Bump version to 1.7.0 (#1600)

This commit is contained in:
LoveSy 2022-02-01 20:34:16 +08:00 committed by GitHub
parent 1be8257252
commit a885818a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ A Riru module trying to provide an ART hooking framework which delivers consiste
## Supported Versions ## Supported Versions
Android 8.1 ~ 12, 12L Beta1 Android 8.1 ~ 12, 12L Beta2
## Install ## Install

View File

@ -43,7 +43,7 @@ val injectedPackageUid by extra(2000)
val defaultManagerPackageName by extra("org.lsposed.manager") val defaultManagerPackageName by extra("org.lsposed.manager")
val apiCode by extra(93) val apiCode by extra(93)
val verCode by extra(commitCount + 4200) 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 androidTargetSdkVersion by extra(32)
val androidMinSdkVersion by extra(27) val androidMinSdkVersion by extra(27)
val androidBuildToolsVersion by extra("32.0.0") val androidBuildToolsVersion by extra("32.0.0")

View File

@ -3,5 +3,5 @@ name=${api} - LSPosed
version=${versionName} (${versionCode}) version=${versionName} (${versionCode})
versionCode=${versionCode} versionCode=${versionCode}
author=${authorList} 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} updateJson=${updateJson}