update to the latest flutter stable release, build playstoredev releaes on github instead of travis.

This commit is contained in:
Herbert Poul
2020-07-01 10:30:08 +02:00
parent 201aeb0467
commit 9ae655adef
5 changed files with 23 additions and 19 deletions

View File

@ -9,7 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
flavor: ['samsungapps', 'sideload', 'huawei'] flavor: ['playstoredev', 'samsungapps', 'sideload', 'huawei']
fail-fast: true fail-fast: true

View File

@ -15,7 +15,9 @@ jobs:
name: 'Android Dev Build' name: 'Android Dev Build'
os: linux os: linux
language: android language: android
if: branch = master #if: branch = master
# disabled for now, build via github actions.
if: 1 != 1
dist: trusty dist: trusty
android: android:
components: components:

View File

@ -19,7 +19,7 @@ FLUTTER_CHANNEL='stable'
#FLUTTER_VERSION='v1.15.17-beta' #FLUTTER_VERSION='v1.15.17-beta'
#FLUTTER_VERSION='1.17.0-dev.3.1-beta' #FLUTTER_VERSION='1.17.0-dev.3.1-beta'
#FLUTTER_VERSION='1.17.0-3.2.pre-beta' #FLUTTER_VERSION='1.17.0-3.2.pre-beta'
FLUTTER_VERSION='1.17.2-stable' FLUTTER_VERSION='1.17.4-stable'
#FLUTTER_MAC_CHANNEL='dev' #FLUTTER_MAC_CHANNEL='dev'
#FLUTTER_MAC_VERSION='v1.13.6-dev' #FLUTTER_MAC_VERSION='v1.13.6-dev'

View File

@ -89,12 +89,14 @@ case "${flavor}" in
playstoredev) playstoredev)
$FLT build -v appbundle -t lib/env/production.dart --release --build-number $buildnumber --flavor playstoredev $FLT build -v appbundle -t lib/env/production.dart --release --build-number $buildnumber --flavor playstoredev
cd android cd android
fastlane dev bundle install
bundle exec fastlane beta
;; ;;
android) android)
$FLT build -v appbundle -t lib/env/production.dart --release --build-number $buildnumber --flavor playstore $FLT build -v appbundle -t lib/env/production.dart --release --build-number $buildnumber --flavor playstore
cd android cd android
fastlane beta bundle install
bundle exec fastlane beta
;; ;;
linux) linux)
version=$(cat pubspec.yaml | grep version | cut -d' ' -f2 | cut -d'+' -f1) version=$(cat pubspec.yaml | grep version | cut -d' ' -f2 | cut -d'+' -f1)

View File

@ -235,7 +235,7 @@ packages:
name: crypto name: crypto
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.1.5" version: "2.1.4"
cryptography: cryptography:
dependency: transitive dependency: transitive
description: description:
@ -292,13 +292,6 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.1.5" version: "0.1.5"
fake_async:
dependency: transitive
description:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
ffi: ffi:
dependency: "direct main" dependency: "direct main"
description: description:
@ -494,6 +487,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "3.1.4" version: "3.1.4"
image:
dependency: transitive
description:
name: image
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.12"
intl: intl:
dependency: "direct main" dependency: "direct main"
description: description:
@ -535,7 +535,7 @@ packages:
name: json_rpc_2 name: json_rpc_2
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.2.0" version: "2.1.0"
json_serializable: json_serializable:
dependency: "direct dev" dependency: "direct dev"
description: description:
@ -672,7 +672,7 @@ packages:
name: path name: path
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.7.0" version: "1.6.4"
path_drawing: path_drawing:
dependency: transitive dependency: transitive
description: description:
@ -779,7 +779,7 @@ packages:
name: process name: process
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "3.0.13" version: "3.0.12"
prompts: prompts:
dependency: transitive dependency: transitive
description: description:
@ -975,21 +975,21 @@ packages:
name: test name: test
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.14.7" version: "1.14.4"
test_api: test_api:
dependency: transitive dependency: transitive
description: description:
name: test_api name: test_api
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.2.16" version: "0.2.15"
test_core: test_core:
dependency: transitive dependency: transitive
description: description:
name: test_core name: test_core
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.3.7" version: "0.3.4"
timing: timing:
dependency: transitive dependency: transitive
description: description: