mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
App update: com.nyxkn.meditation - new build
This commit is contained in:
parent
a9b28f2192
commit
2cb39ead2d
1 changed files with 19 additions and 2 deletions
|
|
@ -65,8 +65,25 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.3.1
|
||||
versionCode: 8
|
||||
commit: 208cdb28be37c44deee38efec2caef1102a25054
|
||||
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@3.0.5
|
||||
rm:
|
||||
- ios
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 7
|
||||
CurrentVersion: 1.3.1
|
||||
CurrentVersionCode: 8
|
||||
|
|
|
|||
Loading…
Reference in a new issue