Skip to content

Commit

Permalink
Fix in-app-purchase version
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sneha-s authored and namidan committed Nov 4, 2023
1 parent f68ddab commit 5952477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/example/testnami/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.19.0 <4.0.0'
sdk: '>=2.18.2 <4.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 All @@ -43,7 +43,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
in_app_purchase: ^3.1.11
in_app_purchase:
in_app_purchase_storekit:
uni_links: ^0.5.1

Expand Down

0 comments on commit 5952477

Please sign in to comment.