mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
Update Butterfly to 2.4.0 (151)
This commit is contained in:
parent
24801e8457
commit
df250c91b3
1 changed files with 32 additions and 2 deletions
|
|
@ -1160,8 +1160,38 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor production
|
||||
|
||||
- versionName: 2.4.0
|
||||
versionCode: 151
|
||||
commit: a02b6d841aad3fd52a1ded0df58d0ea99d1f48a8
|
||||
subdir: app
|
||||
output: build/app/outputs/flutter-apk/app-production-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- app/ios
|
||||
- app/linux
|
||||
- app/macos
|
||||
- app/web
|
||||
- app/windows
|
||||
prebuild:
|
||||
- sdkmanager 'ndk;23.1.7779620' 'ndk;26.1.10909125'
|
||||
- export version=$(grep "^ flutter:" pubspec.yaml | cut -d ":" -f2|head -n1)
|
||||
- '[[ $version ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $version
|
||||
- sed -i -e '/signingConfig/,+4d' android/app/build.gradle.kts
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- sed -i -e 's/8.12.1/8.11.1/' .pub-cache/hosted/pub.dev/{share_plus,connectivity_plus,package_info_plus,network_info_plus,camera_android_camerax,{url_launcher,file_selector,path_provider,shared_preferences}_android,flutter_plugin_android_lifecycle}-*/android/build.gradle
|
||||
- sed -i -e 's/8.12.2/8.11.1/' android/settings.gradle.kts
|
||||
scandelete:
|
||||
- app/.pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor production
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.3.4
|
||||
CurrentVersionCode: 144
|
||||
CurrentVersion: 2.4.0
|
||||
CurrentVersionCode: 151
|
||||
|
|
|
|||
Loading…
Reference in a new issue