mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
zulip: 30.0.258
This commit is contained in:
parent
16403d522c
commit
1ed2d9e839
1 changed files with 40 additions and 6 deletions
|
|
@ -4,14 +4,14 @@ License: Apache-2.0
|
|||
AuthorName: Zulip
|
||||
AuthorEmail: support@zulip.com
|
||||
WebSite: https://zulip.com
|
||||
SourceCode: https://github.com/zulip/zulip-mobile
|
||||
IssueTracker: https://github.com/zulip/zulip-mobile/issues
|
||||
Changelog: https://github.com/zulip/zulip-mobile/releases
|
||||
SourceCode: https://github.com/zulip/zulip-flutter
|
||||
IssueTracker: https://github.com/zulip/zulip-flutter/issues
|
||||
Changelog: https://github.com/zulip/zulip-flutter/releases
|
||||
|
||||
AutoName: Zulip
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/zulip/zulip-mobile.git
|
||||
Repo: https://github.com/zulip/zulip-flutter.git
|
||||
|
||||
Builds:
|
||||
- versionName: '27.230'
|
||||
|
|
@ -445,7 +445,41 @@ Builds:
|
|||
- mv $$react-native-reanimated$$/build/outputs/aar/android-release.aar ../../node_modules/react-native-reanimated/android/react-native-reanimated-67-jsc.aar
|
||||
ndk: r24
|
||||
|
||||
- versionName: 30.0.258
|
||||
versionCode: 258
|
||||
commit: d3ef88ddf3b3f4c6143805e9aee60466bb928659
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- windows
|
||||
- lib/firebase_options.dart
|
||||
prebuild:
|
||||
- flutterVersion=$(sed -n -E "s/.*flutter:.*# ([0-9a-f]{40})/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- sed -i -e '/firebase/d' pubspec.yaml
|
||||
- sed -i -e '/firebase/,/version/d' pubspec.lock
|
||||
- sed -i -e '/TargetPlatform.android/,/TargetPlatform.linux/s/^ .*//'
|
||||
-e '/ _.*{$/,/^ }/d' -e '/firebase/d' lib/notifications/receive.dart
|
||||
- sed -i -z -e "s/@pragma('vm:entry-point')\n\n//" lib/notifications/receive.dart
|
||||
- sed -i -e '/firebase/d' lib/model/binding.dart
|
||||
- sed -i -z -e 's/@override\s*}//g' lib/model/binding.dart
|
||||
- sed -i -e '/signingConfig /,+1d' android/app/build.gradle
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '27.235'
|
||||
CurrentVersionCode: 235
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 30.0.258
|
||||
CurrentVersionCode: 258
|
||||
|
|
|
|||
Loading…
Reference in a new issue