@react-native-tapsell-mediation/yandex 1.3.0-beta02 → 1.3.0-beta06

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 1.3.0-beta06
2
+
3
+ - Upgraded Tapsell Mediation SDK to `1.3.0-beta06`.
4
+ Read [full changelog](https://developer.tapsell.ir/docs/publishers/sdk/changelog/#1.3.0-beta06) for more info.
5
+ - Optimize reliability mechanisms in network restrictions.
6
+ - Set Android **target-sdk** to `35`.
7
+ - Bump Android **compile-sdk** version to `35`.
8
+ - Upgraded Tapsell Legacy adapter
9
+ to [4.9.15](https://developer.tapsell.ir/fa/docs/sdk-legacy/platforms/android/changelog#4.9.15).
10
+ - Prevented the screen from turning off during video ad playback.
11
+ - Fixed a rare crash in rewarded ads that happens in unstable network connectivity.
12
+ - Support `edge-to-edge` for Android `15` compatibility.
13
+ - Introduced `maven.tapsell.ir` repo in packages.
14
+
1
15
  ## 1.3.0-beta02
2
16
 
3
17
  - Update tapsell dependencies to `1.3.0-beta02`:
@@ -81,6 +81,7 @@ repositories {
81
81
  mavenLocal()
82
82
  mavenCentral()
83
83
  google()
84
+ maven { url 'https://maven.tapsell.ir' }
84
85
  maven { url 'https://dl-maven-android.mintegral.com/repository/mbridge_android_sdk_oversea' }
85
86
  maven { url 'https://android-sdk.is.com' }
86
87
  maven { url 'https://dl.appnext.com' }
@@ -94,6 +95,6 @@ dependencies {
94
95
  // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
95
96
  //noinspection GradleDynamicVersion
96
97
  implementation "com.facebook.react:react-native:+"
97
- implementation "ir.tapsell.mediation.adapter:yandex-reactnative:1.3.0-beta02"
98
+ implementation "ir.tapsell.mediation.adapter:yandex-reactnative:1.3.0-beta06"
98
99
  }
99
100
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-tapsell-mediation/yandex",
3
- "version": "1.3.0-beta02",
3
+ "version": "1.3.0-beta06",
4
4
  "description": "Yandex mediation adapter",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -78,7 +78,7 @@
78
78
  "@types/react": "18.2.55"
79
79
  },
80
80
  "peerDependencies": {
81
- "@react-native-tapsell-mediation/tapsell": "^1.3.0-beta02",
81
+ "@react-native-tapsell-mediation/tapsell": "^1.3.0-beta06",
82
82
  "react": "*",
83
83
  "react-native": "*"
84
84
  },