react-native-hyperkyc-sdk 0.3.7 → 0.3.9
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
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# 0.3.9 [7th Oct 2022]
|
|
2
|
+
1. Updated Android SDK version to 0.3.6
|
|
3
|
+
|
|
4
|
+
# 0.3.8 [19 Aug 2022]
|
|
5
|
+
1. Updated Android SDK version to 0.3.2
|
|
6
|
+
|
|
1
7
|
# 0.3.7 [11 Aug 2022]
|
|
2
8
|
1. Added support for the new response structure in HyperKYC native SDKs
|
|
3
9
|
2. Added support for default language code
|
|
Binary file
|
|
Binary file
|
package/android/build.gradle
CHANGED
|
@@ -57,7 +57,7 @@ dependencies {
|
|
|
57
57
|
//noinspection GradleDynamicVersion
|
|
58
58
|
implementation "com.facebook.react:react-native:+" // From node_modules
|
|
59
59
|
implementation("com.google.code.gson:gson:2.8.6")
|
|
60
|
-
implementation('co.hyperverge:hyperkyc:0.3.
|
|
60
|
+
implementation('co.hyperverge:hyperkyc:0.3.6@aar', {
|
|
61
61
|
transitive = true
|
|
62
62
|
})
|
|
63
63
|
|