Update Pattle to 0.13.0 (684)
This commit is contained in:
parent
5cd153331f
commit
ea654d3b8f
|
|
@ -69,8 +69,21 @@ Builds:
|
||||||
- 'echo "version: $$VERSION$$+$$VERCODE$$" >> pubspec.yaml'
|
- 'echo "version: $$VERSION$$+$$VERCODE$$" >> pubspec.yaml'
|
||||||
build: $$flutter$$/bin/flutter build apk --flavor fdroid -v --suppress-analytics
|
build: $$flutter$$/bin/flutter build apk --flavor fdroid -v --suppress-analytics
|
||||||
|
|
||||||
|
- versionName: 0.13.0
|
||||||
|
versionCode: 684
|
||||||
|
commit: v0.13.0
|
||||||
|
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@beta
|
||||||
|
prebuild:
|
||||||
|
- echo 'BUILD_TYPE=fdroid' > .env
|
||||||
|
- echo 'SENTRY_DSN=https://4e306dcaabef4fd99a3e6a024a9747bb@sentry.pattle.im/9'
|
||||||
|
>> .env
|
||||||
|
- 'echo "version: $$VERSION$$+$$VERCODE$$" >> pubspec.yaml'
|
||||||
|
build: $$flutter$$/bin/flutter build apk --flavor fdroid -v --suppress-analytics
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://version.pattle.im/|\ ([0-9]+)|.|([0-9]+\.[0-9]+\.[0-9]+)
|
UpdateCheckData: https://version.pattle.im/|\ ([0-9]+)|.|([0-9]+\.[0-9]+\.[0-9]+)
|
||||||
CurrentVersion: 0.12.0
|
CurrentVersion: 0.13.0
|
||||||
CurrentVersionCode: 677
|
CurrentVersionCode: 684
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue