Skip to content

Commit 69d45c1

Browse files
committed
Publish version 2.2.0
1 parent ffa0e93 commit 69d45c1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
compileSdkVersion 33
1818

1919
defaultConfig {
20-
minSdkVersion 16
20+
minSdkVersion 19
2121
targetSdkVersion 33
2222
versionCode 1
2323
versionName "1.0"
@@ -38,5 +38,5 @@ rootProject.allprojects {
3838
dependencies {
3939
//noinspection GradleDynamicVersion
4040
implementation 'com.facebook.react:react-native:+'
41-
implementation 'ir.tapsell.plus:tapsell-plus-sdk-reactnative:2.1.8'
41+
implementation 'ir.tapsell.plus:tapsell-plus-sdk-reactnative:2.2.0'
4242
}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.8",
3+
"version": "2.2.0",
44
"description": "TapsellPlus React native plugin.",
55
"files": [
66
"android",

0 commit comments

Comments
 (0)