react-native-persona 2.8.13 → 2.9.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.
package/android/build.gradle
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
def DEFAULT_COMPILE_SDK_VERSION =
|
|
1
|
+
def DEFAULT_COMPILE_SDK_VERSION = 34
|
|
2
2
|
def DEFAULT_MIN_SDK_VERSION = 21
|
|
3
|
-
def DEFAULT_TARGET_SDK_VERSION =
|
|
3
|
+
def DEFAULT_TARGET_SDK_VERSION = 34
|
|
4
4
|
|
|
5
5
|
buildscript {
|
|
6
6
|
if (project == rootProject) {
|
|
@@ -65,5 +65,5 @@ dependencies {
|
|
|
65
65
|
implementation("com.facebook.react:react-android")
|
|
66
66
|
|
|
67
67
|
// NB: be sure to bump `nfc-impl` in example/android/app/build.gradle as well
|
|
68
|
-
implementation 'com.withpersona.sdk2:inquiry:2.
|
|
68
|
+
implementation 'com.withpersona.sdk2:inquiry:2.12.0'
|
|
69
69
|
}
|
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.
|
|
4
|
+
"version": "2.9.0",
|
|
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",
|