Skip to content

Commit 04ea6c4

Browse files
bump apktool & ndk
1 parent 3bd884a commit 04ea6c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dex2c_install_termux.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ elif [ -d "$HOME/android-sdk/ndk/24.0.8215888" ]; then
7979
ndk_version="24.0.8215888"
8080
elif [ -d "$HOME/android-sdk/ndk/26.1.10909125" ]; then
8181
ndk_version="26.1.10909125"
82+
elif [ -d "$HOME/android-sdk/ndk/27.1.12297006" ]; then
83+
ndk_version="27.1.12297006"
8284
else
8385
echo "${red}You didn't Installed any ndk terminating!"
8486
exit 1
@@ -91,7 +93,7 @@ echo "${green}━━━ Setting up apktool ━━━${nocolor}"
9193
if [ -f "$PREFIX/bin/apktool.jar" ]; then
9294
echo "${blue}apktool is already installed${nocolor}"
9395
else
94-
sh -c 'wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.9.1.jar -O $PREFIX/bin/apktool.jar'
96+
sh -c 'wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.10.0.jar -O $PREFIX/bin/apktool.jar'
9597

9698
chmod +r $PREFIX/bin/apktool.jar
9799

@@ -112,7 +114,7 @@ if [ -f "$HOME/dex2c/tools/apktool.jar" ]; then
112114
rm $HOME/dex2c/tools/apktool.jar
113115
cp $PREFIX/bin/apktool.jar $HOME/dex2c/tools/apktool.jar
114116
else
115-
sh -c 'wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.9.1.jar -O $HOME/dex2c/tools/apktool.jar'
117+
sh -c 'wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.10.0.jar -O $HOME/dex2c/tools/apktool.jar'
116118
fi
117119

118120
cd ~/dex2c

0 commit comments

Comments
 (0)