From 9c7a41cce8ac12446a3d63c66d0a1ef37e1ac58d Mon Sep 17 00:00:00 2001 From: Hiroshi <100324169+alhiwatan@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:55:51 +0900 Subject: [PATCH] 8.0.0 (#374) --- CHANGELOG.md | 2 +- android/build.gradle | 4 ++-- package.json | 2 +- react-native-applovin-max.podspec | 2 +- src/AppLovinMAX.ts | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16f4476b..356aa5f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Versions -## x.x.x +## 8.0.0 * Depend on Android SDK 13.0.0 and iOS SDK 13.0.0. * Removed COPPA support. * Add constants for MAX Error Codes. For more info, check out our [docs](https://developers.applovin.com/en/max/react-native/overview/error-handling#max-error-codes). diff --git a/android/build.gradle b/android/build.gradle index 2c4c5eb1..134639b5 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -53,8 +53,8 @@ android { minSdkVersion getExtOrIntegerDefault("minSdkVersion") targetSdkVersion getExtOrIntegerDefault("targetSdkVersion") - buildConfigField("int", "VERSION_CODE", "7010100") - buildConfigField("String", "VERSION_NAME", "\"7.1.1\"") + buildConfigField("int", "VERSION_CODE", "8000000") + buildConfigField("String", "VERSION_NAME", "\"8.0.0\"") } buildTypes { diff --git a/package.json b/package.json index 0741d558..54fa040e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-applovin-max", "author": "AppLovin Corporation (https://applovin.com)", - "version": "7.1.1", + "version": "8.0.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 21afc546..b773c7a0 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_1_1" } + s.source = { :git => "https://github.com/AppLovin/AppLovin-MAX-React-Native.git", :tag => "release_8_0_0" } s.source_files = "ios/AppLovinMAX*.{h,m}" diff --git a/src/AppLovinMAX.ts b/src/AppLovinMAX.ts index c2ae0710..daca4acd 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.1.1'; +const VERSION = '8.0.0'; /** * This enum represents the user's geography used to determine the type of consent flow shown to the