Fixes build for ga.testapp.testapp
This commit is contained in:
parent
0a53ff68b1
commit
8c615259eb
|
@ -12,21 +12,6 @@ RepoType: git
|
|||
Repo: https://gitlab.com/testapp-system/testapp-flutter.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.9.1
|
||||
versionCode: 22
|
||||
commit: 905ffb0eaa382cf09bf2306f29f05418e3e82286
|
||||
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 channel master
|
||||
- $$flutter$$/bin/flutter upgrade --force
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.9.2
|
||||
versionCode: 23
|
||||
commit: 1.9.2
|
||||
|
@ -37,8 +22,6 @@ Builds:
|
|||
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter channel master
|
||||
- $$flutter$$/bin/flutter upgrade --force
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
|
|
Loading…
Reference in a new issue