Skip to content

Commit

Permalink
Bump version to 1.7.0 (LSPosed#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 authored Feb 1, 2022
1 parent 1be8257 commit a885818
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion core/magisk_module/module.prop
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit a885818

Please sign in to comment.