From eadeb3ed00b71a3cc2da8df5ef33db56faf9ace9 Mon Sep 17 00:00:00 2001 From: Dakkshesh Date: Mon, 4 Aug 2025 16:01:33 +0530 Subject: [PATCH] src: cpp: Switch to JingMatrix's LSPlt fork Signed-off-by: Dakkshesh --- .gitmodules | 2 +- NOTICE | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index e1291a4..e9c76db 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "app/src/main/cpp/external/LSPlt"] path = app/src/main/cpp/external/LSPlt - url = https://github.com/LSPosed/LSPlt.git + url = https://github.com/JingMatrix/LSPlt.git diff --git a/NOTICE b/NOTICE index ce998d3..39373e8 100644 --- a/NOTICE +++ b/NOTICE @@ -11,6 +11,8 @@ Third-party components: 2. This project includes the LSPlt library as a Git submodule located in: app/src/main/cpp/external/LSPlt/ + This submodule now uses a fork maintained at: + https://github.com/JingMatrix/LSPlt LSPlt is licensed under the GNU Lesser General Public License v3.0 (LGPLv3). The license can be viewed at: - https://github.com/LSPosed/LSPlt/blob/master/LICENSE + https://github.com/JingMatrix/LSPlt/blob/master/LICENSE