Skip to content

Commit

Permalink
6.0.0 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
alhiwatan authored Nov 1, 2023
1 parent 927a5a7 commit 29e37ef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.0.0
* Add support for TypeScript and modules - [docs](https://dash.applovin.com/documentation/mediation/react-native/getting-started/migration6).
* Fix IconView not being displayed when setting a native image on iOS.
## 5.7.2
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 5070200
versionName "5.7.2"
versionCode 6000000
versionName "6.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": "5.7.2",
"version": "6.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_5_7_2" }
s.source = { :git => "https://github.com/AppLovin/AppLovin-MAX-React-Native.git", :tag => "release_6_0_0" }

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

Expand Down

0 comments on commit 29e37ef

Please sign in to comment.