mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
Update SlimSocial for Facebook to 10.0.10 (110)
This commit is contained in:
parent
4a6d39a92d
commit
3bdef1418a
1 changed files with 26 additions and 2 deletions
|
|
@ -192,8 +192,32 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 10.0.10
|
||||
versionCode: 110
|
||||
commit: 99f01ce649335ee1e1e04eea695d7e4dfe4536e0
|
||||
subdir: SlimSocial_for_Facebook
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.7.12
|
||||
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 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
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: SlimSocial_for_Facebook/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 10.0.9
|
||||
CurrentVersionCode: 109
|
||||
CurrentVersion: 10.0.10
|
||||
CurrentVersionCode: 110
|
||||
|
|
|
|||
Loading…
Reference in a new issue