From 46639f2087377c2bb212d0d5004205db037d316b Mon Sep 17 00:00:00 2001 From: Aaron Lademann Date: Mon, 31 Oct 2016 15:43:18 -0700 Subject: [PATCH] Bump min sdk to 1.19.1 + Will greatly ease the strong-mode transition --- .travis.yml | 2 +- integrate/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6bb015046..d8d932e81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: dart dart: - - "1.17.1" + - "1.19.1" with_content_shell: true before_install: - export DISPLAY=:99.0 diff --git a/integrate/pubspec.yaml b/integrate/pubspec.yaml index 34d31ef67..e72eb009a 100644 --- a/integrate/pubspec.yaml +++ b/integrate/pubspec.yaml @@ -2,7 +2,7 @@ name: import_web_skin_dart_test version: 0.0.1 description: Test importing web_skin_dart environment: - sdk: ">=1.12.1" + sdk: ">=1.19.1" dependencies: browser: ">=0.10.0 <0.11.0" crypto: "0.9.2+1" diff --git a/pubspec.yaml b/pubspec.yaml index 7af804a10..5273133ff 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ homepage: https://github.com/Workiva/over_react/ authors: - Workiva UI Platform Team environment: - sdk: ">=1.17.1" + sdk: ">=1.19.1" dependencies: analyzer: ">=0.26.1+3 <0.28.0" barback: "^0.15.0"