From 7cad39bbd0b7ab800895f10339fbc709870b5f54 Mon Sep 17 00:00:00 2001 From: Ryan Heise Date: Sun, 28 Feb 2021 14:53:59 +1100 Subject: [PATCH] Version 0.1.0 (update sdk lower bound) --- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index a103f40..683783b 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -6,7 +6,7 @@ description: Demonstrates how to use the audio_session plugin. publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: - sdk: '>=2.12.0-29.10.beta <3.0.0' + sdk: ">=2.12.0-259.9.beta <3.0.0" dependencies: flutter: diff --git a/pubspec.yaml b/pubspec.yaml index dc50daa..da7d6ec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ version: 0.1.0 homepage: https://github.com/ryanheise/audio_session environment: - sdk: '>=2.12.0-29.10.beta <3.0.0' + sdk: ">=2.12.0-259.9.beta <3.0.0" flutter: ">=1.12.13+hotfix.5" dependencies: