Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mainlxl authored Apr 26, 2023
1 parent 468e1db commit 2d75455
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ buildscript {
dependencies {
// ...
if (userSoPlugin) {
classpath("com.github.mcxinyu.Android-So-Handler:load-hook-plugin:${Versions.so_plugin_version}")
classpath("com.github.mcxinyu.Android-So-Handler:file-plugin:${Versions.so_plugin_version}")
classpath("com.github.Android-Mainli:Android-So-Handler:load-hook-plugin:${Versions.so_plugin_version}")
classpath("com.github.Android-Mainli:Android-So-Handler:file-plugin:${Versions.so_plugin_version}")
}
}
}
Expand All @@ -28,8 +28,8 @@ repositories {
maven("https://jitpack.io")
}
dependencies {
implementation "com.github.mcxinyu.Android-So-Handler:load-hook:${Versions.so_plugin_version}"
implementation "com.github.mcxinyu.Android-So-Handler:load-assets-7z:${Versions.so_plugin_version}"
implementation "com.github.Android-Mainli:Android-So-Handler:load-hook:${Versions.so_plugin_version}"
implementation "com.github.Android-Mainli:Android-So-Handler:load-assets-7z:${Versions.so_plugin_version}"
}
```

Expand Down

0 comments on commit 2d75455

Please sign in to comment.