diff --git a/CHANGELOG.md b/CHANGELOG.md index cde0945..bca8d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.4.1 +* Update `applovin_max: ^3.6.0` +* Update `google_mobile_ads: ^4.0.0` +* Update `unity_ads_plugin: ^0.3.11` +* Update `collection: ^1.18.0` + ## 2.4.0 * Updates loader argument names and adds assert * Update `applovin_max: ^3.3.0` @@ -22,7 +28,7 @@ ## 2.3.2 * Updates dependencies -* Adds AppLovin keywords and `AdContentRating` for `isAgeRestrictedUser` +* Adds Applovin keywords and `AdContentRating` for `isAgeRestrictedUser` ## 2.3.1 * Resolved Merge Conflicts @@ -131,7 +137,7 @@ * Added Applovin ad support * Configured project to run example project on ios -* Added Ad Id Manager for easy instialization and switch between test and actual ad ids +* Added Ad Id Manager for easy initialization and switch between test and actual ad ids ## 0.0.3 diff --git a/pubspec.yaml b/pubspec.yaml index 0afea11..822ab99 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: easy_ads_flutter description: Easy Ads is a wrapper around famous ad packages which let you integrate ads easily -version: 2.4.0 +version: 2.4.1 homepage: https://github.com/nooralibutt/easy-ads repository: https://github.com/nooralibutt/easy-ads @@ -11,10 +11,10 @@ environment: dependencies: flutter: sdk: flutter - google_mobile_ads: ^3.1.0 - collection: ^1.17.2 - unity_ads_plugin: ^0.3.10 - applovin_max: ^3.3.0 + google_mobile_ads: ^4.0.0 + collection: ^1.18.0 + unity_ads_plugin: ^0.3.11 + applovin_max: ^3.6.0 easy_audience_network: ^0.0.6 logger: ^2.0.2+1