Skip to content
Snippets Groups Projects
Commit 1ed2d9e8 authored by linsui's avatar linsui
Browse files

zulip: 30.0.258

parent 16403d52
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment