Update TestApp to 3.0.7 (37)
This commit is contained in:
parent
d24ae64788
commit
6ee5e49cad
|
@ -6,7 +6,7 @@ IssueTracker: https://gitlab.com/groups/testapp-system/-/issues
|
||||||
Donate: https://gitlab.com/testapp-system/testapp-frontend#support-development
|
Donate: https://gitlab.com/testapp-system/testapp-frontend#support-development
|
||||||
Bitcoin: 3NUiJXDCkyRTb9Tg7n63yK6Y7CexADtSEh
|
Bitcoin: 3NUiJXDCkyRTb9Tg7n63yK6Y7CexADtSEh
|
||||||
|
|
||||||
AutoName: TestApp (Beta)
|
AutoName: TestApp
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://gitlab.com/testapp-system/testapp-flutter.git
|
Repo: https://gitlab.com/testapp-system/testapp-flutter.git
|
||||||
|
@ -38,8 +38,21 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter packages pub get
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
|
- versionName: 3.0.7
|
||||||
|
versionCode: 37
|
||||||
|
commit: 3.0.7
|
||||||
|
output: build/app/outputs/apk/release/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@v1.10.14
|
||||||
|
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
|
||||||
|
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||||
|
build:
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter packages pub get
|
||||||
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://gitlab.com/testapp-system/testapp-flutter/raw/mobile/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: https://gitlab.com/testapp-system/testapp-flutter/raw/mobile/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 3.0.0
|
CurrentVersion: 3.0.7
|
||||||
CurrentVersionCode: 30
|
CurrentVersionCode: 37
|
||||||
|
|
Loading…
Reference in a new issue