From a85c7db62f8f765f35ead61a9d3de6fee7df3443 Mon Sep 17 00:00:00 2001 From: Adam Singer Date: Thu, 27 Mar 2014 22:04:51 -0700 Subject: [PATCH] correct sdk env version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index d5a5082..a02b57b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ authors: description: Library to use for Google OAuth2 authentication / Client-side flow homepage: https://github.com/dart-gde/dart-google-oauth2-library environment: - sdk: '>=1.3.0 <2.0.0' + sdk: '>=1.2.0 <2.0.0' dependencies: crypto: '>=0.9.0 <0.10.0' http: '>=0.9.0 <0.10.0'