Merge branch 'update-clima-v1.2' into 'master'

Update Clima v1.2

See merge request fdroid/fdroiddata!8478
This commit is contained in:
Izzy 2021-03-01 22:05:59 +00:00
commit 81beb869e1

View file

@ -44,8 +44,23 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: '1.2'
versionCode: 5
commit: v1.2
subdir: packages/clima_ui/android/app
gradle:
- yes
output: ../../build/app/outputs/apk/release/app-release-unsigned.apk
srclibs:
- flutter@1.22.5
prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version v%v
UpdateCheckMode: HTTP
UpdateCheckData: https://raw.githubusercontent.com/PrestoSole/clima/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: '1.1'
CurrentVersionCode: 4
UpdateCheckData: https://raw.githubusercontent.com/CentaurusApps/clima/master/packages/clima_ui/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: '1.2'
CurrentVersionCode: 5