react-native-persona 2.2.25 → 2.2.27
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.
- package/CHANGELOG.md +10 -0
- package/RNPersonaInquiry2.podspec +1 -1
- package/android/build.gradle +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
7
7
|
|
|
8
8
|
## Unreleased
|
|
9
9
|
|
|
10
|
+
## [v2.2.27] - 2022-11-16
|
|
11
|
+
|
|
12
|
+
- Upgrade to iOS Inquiry SDK 2.5.0
|
|
13
|
+
- Upgrade to Android Inquiry SDK 2.2.43
|
|
14
|
+
|
|
15
|
+
## [v2.2.26] - 2022-10-20
|
|
16
|
+
|
|
17
|
+
- Upgrade to iOS Inquiry SDK 2.4.3
|
|
18
|
+
- Upgrade to Android Inquiry SDK 2.2.41
|
|
19
|
+
|
|
10
20
|
## [v2.2.25] - 2022-10-06
|
|
11
21
|
|
|
12
22
|
- Upgrade to iOS Inquiry SDK 2.4.2
|
package/android/build.gradle
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
def DEFAULT_COMPILE_SDK_VERSION =
|
|
1
|
+
def DEFAULT_COMPILE_SDK_VERSION = 33
|
|
2
2
|
def DEFAULT_MIN_SDK_VERSION = 21
|
|
3
|
-
def DEFAULT_TARGET_SDK_VERSION =
|
|
3
|
+
def DEFAULT_TARGET_SDK_VERSION = 33
|
|
4
4
|
|
|
5
5
|
buildscript {
|
|
6
6
|
if (project == rootProject) {
|
|
@@ -66,5 +66,5 @@ dependencies {
|
|
|
66
66
|
//noinspection GradleDynamicVersion
|
|
67
67
|
implementation 'com.facebook.react:react-native:+' // From node_modules
|
|
68
68
|
|
|
69
|
-
implementation 'com.withpersona.sdk2:inquiry:2.2.
|
|
69
|
+
implementation 'com.withpersona.sdk2:inquiry:2.2.43'
|
|
70
70
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-persona",
|
|
3
3
|
"title": "React Native Persona",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.27",
|
|
5
5
|
"description": "Launch a mobile native implementation of the Persona inquiry flow from React Native.",
|
|
6
6
|
"main": "lib/commonjs/index",
|
|
7
7
|
"module": "lib/module/index",
|