Update Fake Contacts to 1.8 (4)

This commit is contained in:
F-Droid checkupdates bot 2021-04-04 04:27:26 +00:00
parent 13ddeea4e9
commit d25315d3f3

View file

@ -46,8 +46,25 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: '1.8'
versionCode: 4
commit: v1.8
output: build/app/outputs/apk/release/app-release.apk
srclibs:
- flutter@1.26.0-12.0.pre
rm:
- ios
- test
- integration_test
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
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/BillDietrich/fake_contacts/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: '1.7'
CurrentVersionCode: 3
CurrentVersion: '1.8'
CurrentVersionCode: 4