mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update Orgro to 1.18.1
This commit is contained in:
parent
7a863e1eee
commit
6f00eec86a
1 changed files with 14 additions and 2 deletions
|
|
@ -88,8 +88,20 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.18.1
|
||||
versionCode: 44
|
||||
commit: v1.18.1+44
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.2.0-10.1.pre
|
||||
prebuild: touch android/key.properties
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v+%c
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/amake/orgro/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.17.0
|
||||
CurrentVersionCode: 42
|
||||
CurrentVersion: 1.18.1
|
||||
CurrentVersionCode: 44
|
||||
|
|
|
|||
Loading…
Reference in a new issue