Skip to content

Commit

Permalink
feat/add_support_for_segment_targeting (#234)
Browse files Browse the repository at this point in the history
- Depends on Android SDK v12.6.0 and iOS SDK v12.6.0
- Add support for Segment Targeting
  • Loading branch information
alhiwatan authored Aug 3, 2024
1 parent 6061137 commit 28cb8c7
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 931 deletions.
2 changes: 2 additions & 0 deletions applovin_max/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Versions

## x.x.x
* Replace targeting data APIs with new numeric segments targeting APIs. For migration instructions, please see [here](https://developers.applovin.com/en/flutter/overview/data-and-keyword-passing/#segment-targeting).
* Depends on Android SDK v12.6.0 and iOS SDK v12.6.0.
* Fix ad callbacks not firing after hot restart. https://github.com/AppLovin/AppLovin-MAX-Flutter/issues/229
* Fix `Null check operator used on a null value` warning in `MaxNativeAdView.dispose()`.
## 3.10.1
Expand Down
2 changes: 1 addition & 1 deletion applovin_max/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ android {
}

dependencies {
api 'com.applovin:applovin-sdk:12.5.0'
api 'com.applovin:applovin-sdk:12.6.0'
}
}
Loading

0 comments on commit 28cb8c7

Please sign in to comment.