@selligent-marketing-cloud/selligent-react-native 3.0.0 → 3.1.0

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.
@@ -10,7 +10,7 @@ buildscript {
10
10
  }
11
11
 
12
12
  dependencies {
13
- classpath 'com.android.tools.build:gradle:7.2.2'
13
+ classpath 'com.android.tools.build:gradle:7.3.1'
14
14
  }
15
15
  }
16
16
 
@@ -30,12 +30,12 @@ configurations {
30
30
  }
31
31
 
32
32
  android {
33
- compileSdkVersion 32
33
+ compileSdkVersion 33
34
34
 
35
35
  defaultConfig {
36
36
  minSdkVersion 21
37
- targetSdkVersion 32
38
- ndkVersion = "21.4.7075529"
37
+ targetSdkVersion 33
38
+ ndkVersion = "23.1.7779620"
39
39
  versionCode 1
40
40
  versionName "1.0"
41
41
  }
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@selligent-marketing-cloud/selligent-react-native",
3
3
  "title": "Selligent React Native",
4
- "version": "3.0.0",
4
+ "version": "3.1.0",
5
5
  "description": "React Native bridge for Selligent SDK",
6
6
  "main": "index.js",
7
7
  "scripts": {
@@ -26,7 +26,7 @@
26
26
  "react-native": "*"
27
27
  },
28
28
  "devDependencies": {
29
- "react": "18.1.0",
30
- "react-native": "^0.70.6"
29
+ "react": "18.2.0",
30
+ "react-native": "^0.71.3"
31
31
  }
32
32
  }