From 46fea05c7e818fb1c181215d6038ad607915f19c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dx=E6=9E=97?= <64101226@qq.com> Date: Wed, 8 Sep 2021 11:57:38 +0800 Subject: [PATCH] Create new module to save proxamrk3 resources. --- settings.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 1243a082..4406346a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,4 +1,5 @@ include ':apprts', ':libcml', ':libcom', ':libnfc' include ':libflasher', ':libutils', ':libtag' include ':termux-app', ':terminal-emulator', ':terminal-view' -include ':libcrapto1', ':libmfkey' \ No newline at end of file +include ':libcrapto1', ':libmfkey' +include ':libpm3'