Skip to content

Commit

Permalink
Merge pull request #85 from nooralibutt/update-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nooralibutt authored Jan 22, 2024
2 parents fc4bffc + 59ec53c commit 6a83bbc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down

0 comments on commit 6a83bbc

Please sign in to comment.