mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update SimplyTranslate Mobile to 1.1.3 (5)
This commit is contained in:
parent
5facd6dcce
commit
c242e35393
1 changed files with 18 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ AuthorName: ManeraKai
|
||||||
SourceCode: https://github.com/ManeraKai/simplytranslate_mobile
|
SourceCode: https://github.com/ManeraKai/simplytranslate_mobile
|
||||||
IssueTracker: https://github.com/ManeraKai/simplytranslate_mobile/issues
|
IssueTracker: https://github.com/ManeraKai/simplytranslate_mobile/issues
|
||||||
|
|
||||||
AutoName: Simply Translate Mobile
|
AutoName: SimplyTranslate Mobile
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/ManeraKai/simplytranslate_mobile
|
Repo: https://github.com/ManeraKai/simplytranslate_mobile
|
||||||
|
|
@ -44,7 +44,22 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter packages pub get
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||||
|
|
||||||
|
- versionName: 1.1.3
|
||||||
|
versionCode: 5
|
||||||
|
commit: bc4eeab8afc93e9e5af2c967efe3e07692d6b154
|
||||||
|
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@2.5.1
|
||||||
|
rm:
|
||||||
|
- .vscode
|
||||||
|
- ios
|
||||||
|
prebuild: sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml
|
||||||
|
build:
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
|
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.1.2
|
CurrentVersion: 1.1.3
|
||||||
CurrentVersionCode: 4
|
CurrentVersionCode: 5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue