Skip to content

Commit 158633f

Browse files
committed
Publish version 2.1.6
1 parent d817151 commit 158633f

File tree

4 files changed

+16133
-7
lines changed

4 files changed

+16133
-7
lines changed

CHANGELOG.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 2.1.6 (2 Feb, 2022)
4+
- [**New**]: Add Vast Activity to Github Sample
5+
- [**New**]: Add AppSetId due to new changes to advertisingId
6+
- [**New**]: Add support for Mintegral Interstitial and Rewarded Ads
7+
- [**New**]: Add support for Mintegral standard banner ads
8+
- [**New**] Enable Hermes Engine support in sample
9+
- [*Fix*] Fixed a critical issue in metro bundler after installing sdk on react native +0.64
10+
- [*Fix*] Fixed crash when running ios version
11+
- [*Fix*] Fixed Admob native banner crash
12+
- [*Fix*] Fixed consistent request in VAST
13+
- [*Fix*] Fixed back button activation and show exit dialog option in Tapsell rewarded videos
14+
- [*Fix*] Fixed Tapsell Native Banner NullPointerException
15+
- [*Fix*] Fixed Standard banner refresh issue: it will now remove the previous banner if the request was failed and banner was not in shown state
16+
- Modified adNetworks: AppLovin, AdMob, Tapsell, Mintegral
17+
- [change] Update Android dependency (TapsellPlus) to 2.1.6
18+
- [change] Update sample react-native version to 0.67.1
19+
- [change] Error will notify more verbosely when all adNetworks failed to load
20+
- [change] Update Tapsell version to 4.7.4
21+
322
## 2.1.3
423
- [**New**] Add AdColony Standard Banner
524
- [**New**] Add Chartboost Interstitial Ad
@@ -33,4 +52,4 @@ TapsellPlus.initialize(key);
3352

3453
## 1.2.4-alpha01 (26 Apr, 2021)
3554
#### Android
36-
- Update native library to 1.2.2
55+
- Update native library to 1.2.2

android/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ rootProject.allprojects {
3535
dependencies {
3636
//noinspection GradleDynamicVersion
3737
implementation 'com.facebook.react:react-native:+'
38-
implementation 'ir.tapsell.plus:tapsell-plus-sdk-reactnative:2.1.3'
38+
implementation 'ir.tapsell.plus:tapsell-plus-sdk-reactnative:2.1.6'
3939
}
40-

0 commit comments

Comments
 (0)