From 25d68d793bf6e91798e028809df88ff3efc1df41 Mon Sep 17 00:00:00 2001 From: Steve Messick Date: Thu, 14 Feb 2019 13:22:12 -0800 Subject: [PATCH] Update for Valentine's Day releases --- docs/testing.md | 3 ++- product-matrix.json | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/testing.md b/docs/testing.md index 8138793f3a..41f0c8ebbc 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -25,7 +25,8 @@ Validate basic project creation. * Project contents are created. * Verify that a run configuration (`main.dart`) is enabled in the run/debug selector. * Navigation works. - * Open `lib/main.dart` and navigate to `ThemeData`. + * Open `lib/main.dart` and navigate to `Scaffold`, from line 37 or so. + * Verify that the new editor includes a sample creation banner. * There are no analysis errors or warnings. * Pub operations work. * Open `pubspec.yaml` and click the "Packages get" and "Packages upgrade" links. diff --git a/product-matrix.json b/product-matrix.json index e4eb62e3e0..af4ac86575 100644 --- a/product-matrix.json +++ b/product-matrix.json @@ -25,19 +25,19 @@ "name": "Android Studio", "version": "3.4", "ideaProduct": "android-studio", - "ideaVersion": "183.5256591", + "ideaVersion": "183.5304277", "dartPluginVersion": "183.5901", "sinceBuild": "183.0", - "untilBuild": "183.5153.38.34.*" + "untilBuild": "183.5429.30.34.*" }, { "comments": "IntelliJ 2018.3, AS 3.5 canary", "name": "IntelliJ", "version": "2018.3", "ideaProduct": "android-studio", - "ideaVersion": "183.5256920", + "ideaVersion": "183.5290690", "dartPluginVersion": "183.5901", - "sinceBuild": "183.5153.38.34.*", + "sinceBuild": "183.5429.30.35.*", "untilBuild": "183.*" }, {