Skip to content

Commit

Permalink
feat/add_support_for_segment_targeting (#360)
Browse files Browse the repository at this point in the history
* Depend on Android SDK 12.6.0 and iOS SDK 12.6.0

* Add support for Segment Targeting

* Formatting - two spaces
  • Loading branch information
alhiwatan authored Aug 1, 2024
1 parent 5af5092 commit cc50a2c
Show file tree
Hide file tree
Showing 10 changed files with 162 additions and 1,250 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +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/react-native/overview/data-and-keyword-passing/#segment-targeting).
* Depend on Android SDK 12.6.0 and iOS SDK 12.6.0.
## 7.0.1
* Fix native UI component banners and MRECs (`<AdView/>`) not calling the `onAdLoaded` and `onAdLoadFailed` callbacks on Android. Regression from v7.0.0. (https://github.com/AppLovin/AppLovin-MAX-React-Native/issues/354)
## 7.0.0
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:0.73.6"

implementation "com.applovin:applovin-sdk:12.5.0"
implementation "com.applovin:applovin-sdk:12.6.0"
}

Loading

0 comments on commit cc50a2c

Please sign in to comment.