File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ elif [ -d "$HOME/android-sdk/ndk/24.0.8215888" ]; then
7979 ndk_version=" 24.0.8215888"
8080elif [ -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"
8284else
8385 echo " ${red} You didn't Installed any ndk terminating!"
8486 exit 1
@@ -91,7 +93,7 @@ echo "${green}━━━ Setting up apktool ━━━${nocolor}"
9193if [ -f " $PREFIX /bin/apktool.jar" ]; then
9294 echo " ${blue} apktool is already installed${nocolor} "
9395else
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
114116else
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'
116118fi
117119
118120cd ~ /dex2c
You can’t perform that action at this time.
0 commit comments