Skip to content

Commit

Permalink
Bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 committed Feb 10, 2022
1 parent 22bff59 commit a506364
Show file tree
Hide file tree
Showing 2 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 @@ -21,7 +21,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'org.lsposed.hiddenapibypass:hiddenapibypass:4.2'
implementation 'org.lsposed.hiddenapibypass:hiddenapibypass:4.3'
}
```

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
defaultConfig {
minSdk 1
targetSdk 32
versionCode 5
versionName "4.2"
versionCode 6
versionName "4.3"
consumerProguardFiles "consumer-rules.pro"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit a506364

Please sign in to comment.