diff --git a/fix-d8dx.sh b/fix-d8dx.sh deleted file mode 100755 index ef172d1..0000000 --- a/fix-d8dx.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -cd $ANDROID_SDK/build-tools/31.0.0 && - mv -v d8 dx && - cd lib && - mv -v d8.jar dx.jar diff --git a/fix-darwin.sh b/fix-darwin.sh deleted file mode 100755 index a76a7db..0000000 --- a/fix-darwin.sh +++ /dev/null @@ -1,26 +0,0 @@ -cd ./refilc -flutter clean -flutter pub get -cd .. - -cd ./refilc_kreta_api -flutter clean -flutter pub get -cd .. - -cd ./refilc_mobile_ui -flutter clean -flutter pub get -cd .. - -cd ./refilc_desktop_ui -flutter clean -flutter pub get -cd .. - -cd ./refilc_plus -flutter clean -flutter pub get -cd .. - -echo Fixed pub. diff --git a/fix-pub.sh b/fix-pub.sh deleted file mode 100755 index 560bae9..0000000 --- a/fix-pub.sh +++ /dev/null @@ -1,7 +0,0 @@ -cd refilc && flutter clean && flutter pub get && cd .. -cd refilc_kreta_api && flutter clean && flutter pub get && cd .. -cd refilc_mobile_ui && flutter clean && flutter pub get && cd .. -cd refilc_desktop_ui && flutter clean && flutter pub get && cd .. -cd refilc_plus && flutter clean && flutter pub get && cd .. - -echo Fixed pub. \ No newline at end of file