mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update markdownr to 1.2.1 (5)
This commit is contained in:
parent
5397b49702
commit
df8cc188cc
1 changed files with 16 additions and 2 deletions
|
|
@ -55,8 +55,22 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --release --verbose
|
||||
|
||||
- versionName: 1.2.1
|
||||
versionCode: 5
|
||||
commit: 545c2ae80c3f6acbff347007e9cc93406e32d962
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.10.4
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --release --verbose
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.1.1
|
||||
CurrentVersionCode: 3
|
||||
CurrentVersion: 1.2.1
|
||||
CurrentVersionCode: 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue