From 280a3d8c015a8c88af5259a8ae86cef4ffd4a244 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Fri, 12 Mar 2021 19:17:27 -0500 Subject: [PATCH] docs: remove roadmap item (library) - completed (/) --- ROADMAP.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 5e52894c..229997fd 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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) -## 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 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.