File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# bhook
22
33![ ] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat )
4- ![ ] ( https://img.shields.io/badge/release-1.0.0 -red.svg?style=flat )
4+ ![ ] ( https://img.shields.io/badge/release-1.0.1 -red.svg?style=flat )
55![ ] ( https://img.shields.io/badge/Android-4.1%20--%2012-blue.svg?style=flat )
66![ ] ( https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a%20%7C%20x86%20%7C%20x86__64-blue.svg?style=flat )
77
@@ -46,7 +46,7 @@ android {
4646}
4747
4848dependencies {
49- implementation 'com.bytedance:bytehook:1.0.0 '
49+ implementation 'com.bytedance:bytehook:1.0.1 '
5050}
5151```
5252
Original file line number Diff line number Diff line change 11# bhook
22
33![ ] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat )
4- ![ ] ( https://img.shields.io/badge/release-1.0.0 -red.svg?style=flat )
4+ ![ ] ( https://img.shields.io/badge/release-1.0.1 -red.svg?style=flat )
55![ ] ( https://img.shields.io/badge/Android-4.1%20--%2012-blue.svg?style=flat )
66![ ] ( https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a%20%7C%20x86%20%7C%20x86__64-blue.svg?style=flat )
77
@@ -46,7 +46,7 @@ android {
4646}
4747
4848dependencies {
49- implementation 'com.bytedance:bytehook:1.0.0 '
49+ implementation 'com.bytedance:bytehook:1.0.1 '
5050}
5151```
5252
Original file line number Diff line number Diff line change 3333
3434 POM_GROUP_ID = " com.bytedance"
3535 POM_ARTIFACT_ID = " bytehook"
36- POM_VERSION_NAME = " 1.0.0 "
36+ POM_VERSION_NAME = " 1.0.1 "
3737
3838 POM_NAME = " bytehook"
3939 POM_DESCRIPTION = " ByteHook is a PLT hook framework for Android app."
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies {
6565 if (rootProject. ext. dependencyOnLocalLibrary) {
6666 implementation project(' :bytehook' )
6767 } else {
68- implementation ' com.bytedance:bytehook:1.0.0 '
68+ implementation ' com.bytedance:bytehook:1.0.1 '
6969 }
7070}
7171
You can’t perform that action at this time.
0 commit comments