docs: remove roadmap item (library) - completed (/)

This commit is contained in:
Connor Tumbleson 2021-03-12 19:17:27 -05:00
parent f4c2f9bc50
commit 280a3d8c01
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -30,14 +30,6 @@ read the qualifiers. Or even an override file.
Suggestions: [#1420](https://github.com/iBotPeaches/Apktool/issues/1420), [#2474](https://github.com/iBotPeaches/Apktool/issues/2474) Suggestions: [#1420](https://github.com/iBotPeaches/Apktool/issues/1420), [#2474](https://github.com/iBotPeaches/Apktool/issues/2474)
## 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)
## Non-reference Resources ## Non-reference Resources
Some applications may shove resources into the /res folder, but have no references to them. Apktool follows Some applications may shove resources into the /res folder, but have no references to them. Apktool follows
the resource table, so these files are effectively abandoned. the resource table, so these files are effectively abandoned.