Skip to content

Commit

Permalink
6.2.2 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
alhiwatan authored Jan 9, 2024
1 parent fa6076c commit 768e5c4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Versions

## x.x.x
## 6.2.2
* Fix NPE in `sizeToFit(...)` for accessing a null parent view.
* Add support for Amazon bidding for rewarded ads.
* Move Term Flow APIs from `Privacy` type to `AppLovinMAX`.
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
versionCode 6020100
versionName "6.2.1"
versionCode 6020200
versionName "6.2.2"
}

flavorDimensions("default")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-applovin-max",
"author": "AppLovin Corporation",
"version": "6.2.1",
"version": "6.2.2",
"description": "AppLovin MAX React Native Plugin for Android and iOS",
"homepage": "https://github.com/AppLovin/AppLovin-MAX-React-Native",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion react-native-applovin-max.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.authors = package["author"]

s.platforms = { :ios => "10.0" }
s.source = { :git => "https://github.com/AppLovin/AppLovin-MAX-React-Native.git", :tag => "release_6_2_1" }
s.source = { :git => "https://github.com/AppLovin/AppLovin-MAX-React-Native.git", :tag => "release_6_2_2" }

s.source_files = "ios/AppLovinMAX*.{h,m}"

Expand Down
2 changes: 1 addition & 1 deletion src/AppLovinMAX.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { Configuration } from './types/Configuration';

const NativeAppLovinMAX = NativeModules.AppLovinMAX;

const VERSION = '6.2.1';
const VERSION = '6.2.2';

/**
* This enum represents the user's geography used to determine the type of consent flow shown to the
Expand Down

0 comments on commit 768e5c4

Please sign in to comment.