mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 22:27:27 +00:00
Updated Fritter to 2.16.4
This commit is contained in:
parent
7f454fff9a
commit
347546d347
1 changed files with 71 additions and 2 deletions
|
|
@ -704,10 +704,79 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --release --no-tree-shake-icons --split-per-abi
|
||||
--target-platform=android-arm64
|
||||
|
||||
- versionName: 2.16.4
|
||||
versionCode: 202212090
|
||||
commit: 4423f91b2d7cd88067128db7eeec997b239df3f0
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
srclibs:
|
||||
- flutter@2.8.1
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- sed -i -e 's/2.1.6/2.1.7/' pubspec.lock
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart
|
||||
- $$flutter$$/bin/flutter packages pub run intl_utils:generate
|
||||
- $$flutter$$/bin/flutter build apk --release --no-tree-shake-icons --split-per-abi
|
||||
--target-platform=android-x64
|
||||
|
||||
- versionName: 2.16.4
|
||||
versionCode: 202212091
|
||||
commit: 4423f91b2d7cd88067128db7eeec997b239df3f0
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
srclibs:
|
||||
- flutter@2.8.1
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- sed -i -e 's/2.1.6/2.1.7/' pubspec.lock
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart
|
||||
- $$flutter$$/bin/flutter packages pub run intl_utils:generate
|
||||
- $$flutter$$/bin/flutter build apk --release --no-tree-shake-icons --split-per-abi
|
||||
--target-platform=android-arm
|
||||
|
||||
- versionName: 2.16.4
|
||||
versionCode: 202212092
|
||||
commit: 4423f91b2d7cd88067128db7eeec997b239df3f0
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
srclibs:
|
||||
- flutter@2.8.1
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- sed -i -e 's/2.1.6/2.1.7/' pubspec.lock
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart
|
||||
- $$flutter$$/bin/flutter packages pub run intl_utils:generate
|
||||
- $$flutter$$/bin/flutter build apk --release --no-tree-shake-icons --split-per-abi
|
||||
--target-platform=android-arm64
|
||||
|
||||
MaintainerNotes: Sentry is configured opt-in. See https://github.com/jonjomckay/fritter/blob/f24406be6c3245b398d4bb299b8192df1f04096a/lib/catcher/sentry_handler.dart
|
||||
|
||||
ArchivePolicy: 9 versions
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 2.16.3
|
||||
CurrentVersionCode: 202201232
|
||||
CurrentVersion: 2.16.4
|
||||
CurrentVersionCode: 202212092
|
||||
|
|
|
|||
Loading…
Reference in a new issue