mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Bible Feed to 1.5.1 (15)
This commit is contained in:
parent
b4540ad04c
commit
25be7cb7f2
1 changed files with 26 additions and 2 deletions
|
|
@ -57,10 +57,34 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --release
|
||||
ndk: r27
|
||||
|
||||
- versionName: 1.5.1
|
||||
versionCode: 15
|
||||
commit: 84b886ee31a83aac1c83b2dda6fe87b5280fa879
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
binary: https://github.com/dizzib/bible-feed/releases/download/%v/bible_feed-v%v.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
prebuild:
|
||||
- flutterVersion=$(sed -n -E "s/^\s*flutter:\ (.*)/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]]'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e 's/8.12.1/8.11.1/' .pub-cache/hosted/pub.dev/{shared_preferences,url_launcher}_android-*/android/build.gradle
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
ndk: r27
|
||||
|
||||
AllowedAPKSigningKeys: 8c806f3ae5bf9538622de512c59ff525a5de324bcc0573fb221ce66b33c77c19
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.5.0
|
||||
CurrentVersionCode: 14
|
||||
CurrentVersion: 1.5.1
|
||||
CurrentVersionCode: 15
|
||||
|
|
|
|||
Loading…
Reference in a new issue