Skip to content

Commit

Permalink
Merge pull request #279 from razorpay/b/version_fix
Browse files Browse the repository at this point in the history
support version changes
  • Loading branch information
vivekshindhe committed Oct 18, 2022
2 parents 669f25c + 563a24c commit 802c31a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: '>=2.18.2 <3.0.0'
sdk: '>=2.12.3 <3.0.0'

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down Expand Up @@ -48,7 +48,6 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/razorpay/razorpay-flutter

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.0"
flutter: ">=2.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit 802c31a

Please sign in to comment.