mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update SimplyTranslate Mobile to 1.4.3 (12)
This commit is contained in:
parent
7101af6704
commit
318960e696
1 changed files with 25 additions and 2 deletions
|
|
@ -178,7 +178,30 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
- versionName: 1.4.3
|
||||
versionCode: 12
|
||||
commit: 7ba2e22d3e0e155f1928edf150d697a150eaa3be
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@3.10.2
|
||||
rm:
|
||||
- .vscode
|
||||
prebuild:
|
||||
- sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml
|
||||
- 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 build apk --flavor fdroid
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.4.2
|
||||
CurrentVersionCode: 11
|
||||
CurrentVersion: 1.4.3
|
||||
CurrentVersionCode: 12
|
||||
|
|
|
|||
Loading…
Reference in a new issue