File tree Expand file tree Collapse file tree 4 files changed +6
-16
lines changed Expand file tree Collapse file tree 4 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 1
1
# ShadowHook
2
2
3
3
![ ] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat )
4
- ![ ] ( https://img.shields.io/badge/release-1.0.4 -red.svg?style=flat )
4
+ ![ ] ( https://img.shields.io/badge/release-1.0.5 -red.svg?style=flat )
5
5
![ ] ( https://img.shields.io/badge/Android-4.1%20--%2013-blue.svg?style=flat )
6
6
![ ] ( https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a-blue.svg?style=flat )
7
7
@@ -55,7 +55,7 @@ android {
55
55
}
56
56
57
57
dependencies {
58
- implementation 'com.bytedance.android:shadowhook:1.0.4 '
58
+ implementation 'com.bytedance.android:shadowhook:1.0.5 '
59
59
}
60
60
```
61
61
Original file line number Diff line number Diff line change 1
1
# ShadowHook
2
2
3
3
![ ] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat )
4
- ![ ] ( https://img.shields.io/badge/release-1.0.4 -red.svg?style=flat )
4
+ ![ ] ( https://img.shields.io/badge/release-1.0.5 -red.svg?style=flat )
5
5
![ ] ( https://img.shields.io/badge/Android-4.1%20--%2013-blue.svg?style=flat )
6
6
![ ] ( https://img.shields.io/badge/arch-armeabi--v7a%20%7C%20arm64--v8a-blue.svg?style=flat )
7
7
@@ -55,7 +55,7 @@ android {
55
55
}
56
56
57
57
dependencies {
58
- implementation 'com.bytedance.android:shadowhook:1.0.4 '
58
+ implementation 'com.bytedance.android:shadowhook:1.0.5 '
59
59
}
60
60
```
61
61
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ ext {
18
18
abiFilters = " armeabi-v7a,arm64-v8a"
19
19
useASAN = false
20
20
dependencyOnLocalLibrary = true
21
- shadowhookVersion = " 1.0.5-alpha.0 "
21
+ shadowhookVersion = " 1.0.5"
22
22
23
23
POM_GROUP_ID = " com.bytedance.android"
24
24
POM_ARTIFACT_ID = " shadowhook"
25
- POM_VERSION_NAME = " 1.0.5-alpha.0 "
25
+ POM_VERSION_NAME = " 1.0.5"
26
26
27
27
POM_NAME = " shadowhook"
28
28
POM_DESCRIPTION = " ShadowHook is an Android inline hook library which supports thumb, arm32 and arm64."
Original file line number Diff line number Diff line change @@ -62,13 +62,3 @@ dependencies {
62
62
implementation ' com.bytedance.android:shadowhook:' + rootProject. ext. shadowhookVersion
63
63
}
64
64
}
65
-
66
- if (rootProject. ext. dependencyOnLocalLibrary) {
67
- tasks. whenTaskAdded { task ->
68
- if (task. name == ' preDebugBuild' ) {
69
- task. dependsOn(' :shadowhook:prefabDebugConfigurePackage' )
70
- } else if (task. name == ' preReleaseBuild' ) {
71
- task. dependsOn(' :shadowhook:prefabReleaseConfigurePackage' )
72
- }
73
- }
74
- }
You can’t perform that action at this time.
0 commit comments