Skip to content

Commit

Permalink
chore: relax rxdart version constraint (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcyran authored Dec 11, 2023
1 parent bafaa9d commit 976fe8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/iabtcf_consent_info/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: iabtcf_consent_info
description: >-
Flutter plugin for reading IAB TCF v2.0 user consent information, such as
made available through CMP SDKs, like Funding Choices's
description: >-
Flutter plugin for reading IAB TCF v2.0 user consent information, such as
made available through CMP SDKs, like Funding Choices's
User Messaging Platform (UMP).
version: 3.0.0
repository: https://github.com/blaugold/iabtcf_consent_info
Expand All @@ -15,7 +15,7 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.3.0
rxdart: ^0.26.0
rxdart: '>=0.26.0 <0.28.0'
iabtcf_consent_info_platform_interface: ^1.0.5
iabtcf_consent_info_web: ^3.0.0
dev_dependencies:
Expand Down

0 comments on commit 976fe8d

Please sign in to comment.