Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmso committed Mar 16, 2022
1 parent 467a414 commit b1e15c3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Versions

## 3.0.0
* Lock to Android SDK 11.3.0 and iOS SDK 11.3.0.
## 2.5.3
* Add API to set Terms of Service URL for iOS' MAX consent flow.
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
versionCode 2050300
versionName "2.5.3"
versionCode 3000000
versionName "3.0.0"
}

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": "2.5.3",
"version": "3.0.0",
"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_2_5_3" }
s.source = { :git => "https://github.com/AppLovin/AppLovin-MAX-React-Native.git", :tag => "release_3_0_0" }

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

Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import AdView from "./AppLovinMAXAdView";

const { AppLovinMAX } = NativeModules;

const VERSION = "2.5.3";
const VERSION = "3.0.0";

/**
* This enum represents whether or not the consent dialog should be shown for this user.
Expand Down

0 comments on commit b1e15c3

Please sign in to comment.