mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update SlimSocial for Facebook to 25.04.06 (116)
This commit is contained in:
parent
b6fabf2f98
commit
ffb22213d4
1 changed files with 27 additions and 2 deletions
|
|
@ -290,8 +290,33 @@ Builds:
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
|
- versionName: 25.04.06
|
||||||
|
versionCode: 116
|
||||||
|
commit: 3f9f2aaea572582a1ddc600186256da5b7c7b02e
|
||||||
|
subdir: SlimSocial_for_Facebook
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@3.29.2
|
||||||
|
rm:
|
||||||
|
- _old
|
||||||
|
- SlimSocial_for_Facebook/ios
|
||||||
|
prebuild:
|
||||||
|
- sed -i -e '/in_app_review/d' -e '/in_app_purchase/d' pubspec.yaml
|
||||||
|
- sed -i -e '/^ in_app/,/^ version/d' pubspec.lock
|
||||||
|
- sed -i -e '/in_app/d' -e '/contribute/,/SettingsSection/d' -e '/Future<void>
|
||||||
|
buildPaymentWidget/,/^ }/d' -e '/_paymentSubscription/d' -e '/buildPaymentWidget/d'
|
||||||
|
lib/screens/settings_page.dart
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
|
scandelete:
|
||||||
|
- SlimSocial_for_Facebook/.pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: SlimSocial_for_Facebook/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: SlimSocial_for_Facebook/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 10.1.1
|
CurrentVersion: 25.04.06
|
||||||
CurrentVersionCode: 115
|
CurrentVersionCode: 116
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue