Skip to content

Commit

Permalink
Update diy-J-PY.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoRanLiu3119 authored Feb 19, 2024
1 parent 67146fa commit be7d57f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diy-J-PY.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ wget --no-check-certificate -qO- "https://raw.githubusercontent.com/UndCover/Pyr
sed -i "/thunder.jar/a\ implementation files('[email protected]')" $CURRENT_DIR/$DIR/app/build.gradle
sed -i 's#@#\\#g' $CURRENT_DIR/$DIR/app/build.gradle
sed -i 's#pyramid#\\pyramid#g' $CURRENT_DIR/$DIR/app/build.gradle
sed -i 's/abiFilters "arm64-v8a"/abiFilters "armeabi-v7a"\n \/\/abiFilters "arm64-v8a"/' $CURRENT_DIR/$DIR/app/build.gradle
echo "" >>$CURRENT_DIR/$DIR/app/proguard-rules.pro
echo "" >>$CURRENT_DIR/$DIR/app/proguard-rules.pro
echo "#添加PY支持" >>$CURRENT_DIR/$DIR/app/proguard-rules.pro
Expand Down

0 comments on commit be7d57f

Please sign in to comment.