mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 13:46:52 +00:00
Update Xournal++ to 1.1.11 (27)
This commit is contained in:
parent
8545b10f65
commit
75ed8eb29b
1 changed files with 15 additions and 2 deletions
|
|
@ -37,8 +37,21 @@ Builds:
|
|||
- $$flutter$$/bin/flutter pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.1.11
|
||||
versionCode: 27
|
||||
commit: 1.1.11
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.27.0-8.0.pre
|
||||
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 pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://gitlab.com/TheOneWithTheBraid/xournalpp_mobile/-/raw/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.1.10
|
||||
CurrentVersionCode: 26
|
||||
CurrentVersion: 1.1.11
|
||||
CurrentVersionCode: 27
|
||||
|
|
|
|||
Loading…
Reference in a new issue