Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliucord/binary-resources
Fork of Android's tools/base/apkparser/binary-resources
https://github.com/aliucord/binary-resources
Last synced: about 1 month ago
JSON representation
Fork of Android's tools/base/apkparser/binary-resources
- Host: GitHub
- URL: https://github.com/aliucord/binary-resources
- Owner: Aliucord
- License: apache-2.0
- Created: 2024-02-26T05:41:19.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-09T00:24:57.000Z (9 months ago)
- Last Synced: 2024-05-21T05:05:16.359Z (7 months ago)
- Language: Java
- Size: 286 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# binary-resources ![Maven version](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Fmaven.aliucord.com%2Fsnapshots%2Fcom%2Faliucord%2Fbinary-resources%2Fmaven-metadata.xml)
This is a fork of Android's tools/base/apkparser/binary-resources (as part of ArscBlamer)
made to be usable on Android devices directly as a lightweight library.## Usage
`build.gradle.kts`:
```kt
respositories {
maven("https://maven.aliucord.com/snapshots")
}
dependencies {
implementation("com.aliucord:binary-resources:2.0.0")
}
```