Update FluffyChat to 1.1.0 (1838)

This commit is contained in:
F-Droid checkupdates bot 2021-12-09 04:08:47 +00:00
parent 9824978271
commit 9f192b2835

View file

@ -151,8 +151,31 @@ Builds:
- $$flutter$$/bin/flutter build apk --release
ndk: r21e
- versionName: 1.1.0
versionCode: 1838
commit: 1db86b3f3c6d7dabda8a27159ca3e8fcf6baa4a4
sudo:
- apt-get update || apt-get update
- apt-get install -y ninja-build
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.5.1
rm:
- ios
- linux
- macos
- snap
- test
- web
- windows
prebuild: $$SDK$$/tools/bin/sdkmanager 'cmake;3.18.1' > /dev/null
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --release
ndk: r21e
AutoUpdateMode: Version
UpdateCheckMode: Tags v\d+.\d+.\d+
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.0.1
CurrentVersionCode: 1773
CurrentVersion: 1.1.0
CurrentVersionCode: 1838