diff --git a/CHANGELOG.md b/CHANGELOG.md index f4338c0d..9a1d31b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Versions -## x.x.x +## 7.1.0 * 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 diff --git a/android/build.gradle b/android/build.gradle index 76cd8281..799a75a9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -53,8 +53,8 @@ android { minSdkVersion getExtOrIntegerDefault("minSdkVersion") targetSdkVersion getExtOrIntegerDefault("targetSdkVersion") - buildConfigField("int", "VERSION_CODE", "7000100") - buildConfigField("String", "VERSION_NAME", "\"7.0.1\"") + buildConfigField("int", "VERSION_CODE", "7010000") + buildConfigField("String", "VERSION_NAME", "\"7.1.0\"") } buildTypes { diff --git a/package.json b/package.json index f7f07b6c..1aeb6aae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-applovin-max", "author": "AppLovin Corporation (https://applovin.com)", - "version": "7.0.1", + "version": "7.1.0", "description": "AppLovin MAX React Native Plugin for Android and iOS", "main": "lib/commonjs/index", "module": "lib/module/index", diff --git a/react-native-applovin-max.podspec b/react-native-applovin-max.podspec index d986a170..dba53921 100644 --- a/react-native-applovin-max.podspec +++ b/react-native-applovin-max.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.authors = package["author"] s.platforms = { :ios => min_ios_version_supported } - s.source = { :git => "https://github.com/AppLovin/AppLovin-MAX-React-Native.git", :tag => "release_7_0_1" } + s.source = { :git => "https://github.com/AppLovin/AppLovin-MAX-React-Native.git", :tag => "release_7_1_0" } s.source_files = "ios/AppLovinMAX*.{h,m}" diff --git a/src/AppLovinMAX.ts b/src/AppLovinMAX.ts index 823d0919..bd114060 100644 --- a/src/AppLovinMAX.ts +++ b/src/AppLovinMAX.ts @@ -4,7 +4,7 @@ import type { Configuration } from './types/Configuration'; const NativeAppLovinMAX = NativeModules.AppLovinMAX; -const VERSION = '7.0.1'; +const VERSION = '7.1.0'; /** * This enum represents the user's geography used to determine the type of consent flow shown to the