misc fixes

This commit is contained in:
linsui 2024-06-20 13:59:09 +08:00 committed by linsui
parent 320706c668
commit a3ec77f043
3 changed files with 10 additions and 29 deletions

View file

@ -152,15 +152,6 @@ Builds:
prebuild: sed -i -r -e '/play(Api|Implementation)/d' -e '/wearable/d' build.gradle
ndk: 25.1.8937393
- versionName: 5.5.1
versionCode: 3020151
commit: a78d108dc9439b4d31ed356f877567adc7aebfc3
subdir: app
gradle:
- free
prebuild: sed -i -r -e '/play(Api|Implementation)/d' -e '/wearable/d' build.gradle
ndk: 25.1.8937393
- versionName: 5.5.2
versionCode: 3020152
commit: bd60e72da078fb0a627e2caafd10366f02cd0dbf

View file

@ -32,16 +32,9 @@ Builds:
gradle:
- default
- versionName: 1.2.1
versionCode: 4
disable: https://gitlab.com/Atharok/BtRemote/-/issues/3
commit: e6abc415a53ae09a8f31d52aaa0be9898d452c54
subdir: app
gradle:
- default
- versionName: 1.2.2
versionCode: 5
disable: https://gitlab.com/Atharok/BtRemote/-/issues/3
commit: 9823b93dc3f58020a35dec38b564d1a32caa3fb5
subdir: app
gradle:

View file

@ -1451,10 +1451,9 @@ Builds:
- ios
- test
prebuild:
- version=$(sed -n -E 's/.*flutter-version:\ "(.*)"/\1/p' .github/workflows/flutter.yml)
- pushd $$flutter$$
- git checkout -f $version
- popd
- flutterVersion=$(sed -n -E 's/.*flutter-version:\ "(.*)"/\1/p' .github/workflows/flutter.yml)
- '[[ $flutterVersion ]] || exit 1'
- git -C $$flutter$$ checkout -f $flutterVersion
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@ -1476,10 +1475,9 @@ Builds:
- ios
- test
prebuild:
- version=$(sed -n -E 's/.*flutter-version:\ "(.*)"/\1/p' .github/workflows/flutter.yml)
- pushd $$flutter$$
- git checkout -f $version
- popd
- flutterVersion=$(sed -n -E 's/.*flutter-version:\ "(.*)"/\1/p' .github/workflows/flutter.yml)
- '[[ $flutterVersion ]] || exit 1'
- git -C $$flutter$$ checkout -f $flutterVersion
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@ -1501,10 +1499,9 @@ Builds:
- ios
- test
prebuild:
- version=$(sed -n -E 's/.*flutter-version:\ "(.*)"/\1/p' .github/workflows/flutter.yml)
- pushd $$flutter$$
- git checkout -f $version
- popd
- flutterVersion=$(sed -n -E 's/.*flutter-version:\ "(.*)"/\1/p' .github/workflows/flutter.yml)
- '[[ $flutterVersion ]] || exit 1'
- git -C $$flutter$$ checkout -f $flutterVersion
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get