docs: reference library system (#1301)

This commit is contained in:
Connor Tumbleson 2020-11-29 07:30:55 -05:00
parent d61e33048f
commit 46a4a25b5d
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -28,4 +28,12 @@ it.
Apktool can't do anything because it stays true to AOSP. It would need a plugin system that controls how to
read the qualifiers. Or even an override file.
Suggestions: [#1420](https://github.com/iBotPeaches/Apktool/issues/1420)
Suggestions: [#1420](https://github.com/iBotPeaches/Apktool/issues/1420)
## Library System
May like using Apktool outside of the cli tool. We should make it easier to consume, whether via
maven, jitpack, etc.
Additionally, some documentation on how to do this.
Suggestions: [#1301](https://github.com/iBotPeaches/Apktool/issues/1301), [#2102](https://github.com/iBotPeaches/Apktool/issues/2102)