Skip to content

Commit dc102c3

Browse files
committed
improve readme.
1 parent 2207158 commit dc102c3

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ You can refer to the sample app in [app module](app), or refer to the hook/unhoo
4141

4242
ShadowHook is published on [Maven Central](https://search.maven.org/), and uses [Prefab](https://google.github.io/prefab/) package format for [native dependencies](https://developer.android.com/studio/build/native-dependencies), which is supported by [Android Gradle Plugin 4.0+](https://developer.android.com/studio/releases/gradle-plugin?buildsystem=cmake#native-dependencies).
4343

44-
```Gradle
45-
allprojects {
46-
repositories {
47-
mavenCentral()
48-
}
49-
}
50-
```
51-
5244
```Gradle
5345
android {
5446
buildFeatures {

README.zh-CN.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ ShadowHook 现在被用于 TikTok,抖音,今日头条,西瓜视频,飞
4141

4242
ShadowHook 发布在 [Maven Central](https://search.maven.org/) 上。为了使用 [native 依赖项](https://developer.android.com/studio/build/native-dependencies),ShadowHook 使用了从 [Android Gradle Plugin 4.0+](https://developer.android.com/studio/releases/gradle-plugin?buildsystem=cmake#native-dependencies) 开始支持的 [Prefab](https://google.github.io/prefab/) 包格式。
4343

44-
```Gradle
45-
allprojects {
46-
repositories {
47-
mavenCentral()
48-
}
49-
}
50-
```
51-
5244
```Gradle
5345
android {
5446
buildFeatures {

0 commit comments

Comments
 (0)