From 46a4a25b5d1b7db32fbd1105928e6ca676eba369 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Sun, 29 Nov 2020 07:30:55 -0500 Subject: [PATCH] docs: reference library system (#1301) --- ROADMAP.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index b56733b3..58342527 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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) \ No newline at end of file +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) \ No newline at end of file