mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
Update RPNcalc to 1.3.1 (9)
This commit is contained in:
parent
45b681d964
commit
67c473f3c3
1 changed files with 19 additions and 2 deletions
|
|
@ -69,8 +69,25 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub run flutter_launcher_icons:main
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.3.1
|
||||
versionCode: 9
|
||||
commit: e20dca99fe0b88c2fb49091b868e1a9c58b5db24
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.7.6
|
||||
prebuild:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter packages pub run flutter_launcher_icons:main
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 8
|
||||
CurrentVersion: 1.3.1
|
||||
CurrentVersionCode: 9
|
||||
|
|
|
|||
Loading…
Reference in a new issue