mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Pluvia to 1.4.7 (34)
This commit is contained in:
parent
082c528ea7
commit
c15d000456
1 changed files with 18 additions and 2 deletions
|
|
@ -80,8 +80,24 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.4.7
|
||||
versionCode: 34
|
||||
commit: 8dfd42e753eef496e96ac44bd3812eceb64b2382
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@2.5.3
|
||||
rm:
|
||||
- ios
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.6
|
||||
CurrentVersionCode: 32
|
||||
CurrentVersion: 1.4.7
|
||||
CurrentVersionCode: 34
|
||||
|
|
|
|||
Loading…
Reference in a new issue