Skip to content

Commit 3b2fc9d

Browse files
committed
Publish version 2.1.8-rc01
1 parent 559fbd9 commit 3b2fc9d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.1.8-rc01 (02 August, 2022)
4+
- [change] Update Android dependency (TapsellPlus) to 2.1.8-rc01
5+
36
## 2.1.7 (30 March, 2022)
47
- [**New**] Update admob to `20.6.0`
58
- Also `appSetId` is updated to `16.0.2`

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.7'
38+
implementation 'ir.tapsell.plus:tapsell-plus-sdk-reactnative:2.1.8-rc01'
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.7",
3+
"version": "2.1.8-rc01",
44
"description": "TapsellPlus React native plugin.",
55
"files": [
66
"android",

0 commit comments

Comments
 (0)