mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-05 08:24:24 +02:00
Apply maven dependency
This commit is contained in:
parent
e8e3e376a1
commit
3aecd1a94c
15
README.md
15
README.md
@ -16,6 +16,21 @@ This library is developed based on AOSP structure of androidfw/ResourceTypes.h ,
|
||||
|
||||
#### Works on all java supported platforms (Android, Linux, Windows)
|
||||
* Use the jar file as dependency
|
||||
|
||||
```gradle
|
||||
dependencies {
|
||||
implementation(files("$rootProject.projectDir/libs/ARSCLib.jar"))
|
||||
}
|
||||
```
|
||||
* Maven
|
||||
```gradle
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
implementation("io.github.reandroid:ARSCLib:1.+")
|
||||
}
|
||||
```
|
||||
#### Check this tool developed using this library
|
||||
[https://github.com/REAndroid/APKEditor](https://github.com/REAndroid/APKEditor)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user