Skip to content

Commit 559fbd9

Browse files
committed
Publish version 2.1.7
1 parent 158633f commit 559fbd9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2.1.7 (30 March, 2022)
4+
- [**New**] Update admob to `20.6.0`
5+
- Also `appSetId` is updated to `16.0.2`
6+
- [*Fix*] Fix SSLFactory on Android prior to 4.4
7+
- [change] Update Android dependency (TapsellPlus) to 2.1.7
8+
- [change] Update sample react-native version to 0.67.4 nad react version to 18.0.0
9+
310
## 2.1.6 (2 Feb, 2022)
411
- [**New**]: Add Vast Activity to Github Sample
512
- [**New**]: Add AppSetId due to new changes to advertisingId

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +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.6'
38+
implementation 'ir.tapsell.plus:tapsell-plus-sdk-reactnative:2.1.7'
3939
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-tapsell-plus",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "TapsellPlus React native plugin.",
55
"files": [
66
"android",

0 commit comments

Comments
 (0)