From 53aae235657a556eb2fbb481dbfe9557b6a42875 Mon Sep 17 00:00:00 2001 From: 327135569 Date: Wed, 7 Apr 2021 23:23:31 +0800 Subject: [PATCH] add apksigner as submodule --- .gitmodules | 6 +++++- apksigner | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 apksigner diff --git a/.gitmodules b/.gitmodules index d693ba6..7e2573f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,8 @@ [submodule "mmp"] path = mmp url = https://github.com/MMPosed/MMPosed.git - branch = mmpatch \ No newline at end of file + branch = mmpatch +[submodule "apksigner"] + path = apksigner + url = https://android.googlesource.com/platform/tools/apksig.git + branch = android10-release diff --git a/apksigner b/apksigner new file mode 160000 index 0000000..e1bd6e1 --- /dev/null +++ b/apksigner @@ -0,0 +1 @@ +Subproject commit e1bd6e19a027f460fa8fcc5fbaf2cddfafca8a79