Skip to content

Commit

Permalink
5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmso committed May 14, 2023
1 parent 90093bc commit 9854129
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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
## 5.3.0
* Remove the default media view aspect ratio of `1.0` when a mediated network does not provide it.
* Fix LINE media view not showing.
* Fix IconView not being displayed when setting it up with an empty DOM node.
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 5020300
versionName "5.2.3"
versionCode 5030000
versionName "5.3.0"
}

flavorDimensions("default")
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ PODS:
- React-cxxreact (= 0.63.5)
- React-jsi (= 0.63.5)
- React-jsinspector (0.63.5)
- react-native-applovin-max (5.1.0):
- react-native-applovin-max (5.3.0):
- AppLovinSDK (= 11.9.0)
- React
- React-RCTActionSheet (0.63.5):
Expand Down Expand Up @@ -361,7 +361,7 @@ SPEC CHECKSUMS:
React-jsi: 7d908b17758178b076a05a254523f1a4227b53d2
React-jsiexecutor: e06a32e42affb2bd89e4c8369349b5fcf787710c
React-jsinspector: fdbc08866b34ae8e1b788ea1cbd9f9d1ca2aa3d6
react-native-applovin-max: 3e31face343672dfb6b7cc8e4b947869bad546e4
react-native-applovin-max: f57a9500900263c6f95c06d3df32881ca892037c
React-RCTActionSheet: e911b99f0d6fa7711ffc2f62d236b12a32771835
React-RCTAnimation: ad8b853170a059faf31d6add34f67d22391bbe01
React-RCTBlob: 134c7270b6672c9c05383b2e0f7f044ba39d7dda
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": "5.2.3",
"version": "5.3.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_5_2_3" }
s.source = { :git => "https://github.com/AppLovin/AppLovin-MAX-React-Native.git", :tag => "release_5_3_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 @@ -6,7 +6,7 @@ import EventListeners from "./AppLovinMAXEventListeners";

const { AppLovinMAX } = NativeModules;

const VERSION = "5.2.3";
const VERSION = "5.3.0";

/*---------*/
/* BANNERS */
Expand Down

0 comments on commit 9854129

Please sign in to comment.