react-native-hyperkyc-sdk 0.6.0 → 0.7.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/CHANGELOG.md +15 -0
- package/android/build.gradle +1 -1
- package/package.json +1 -1
- package/react-native-hyperkyc-sdk.podspec +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
|
|
2
|
+
# 0.3.14 [10 Jan 2022]
|
|
3
|
+
1. Updated Android SDK to 0.3.14
|
|
4
|
+
2. Updated and fix iOS SDK to 0.3.10
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# 0.3.13 [2 Jan 2022]
|
|
9
|
+
1. Updated Android SDK to 0.3.13
|
|
10
|
+
2. Updated and fix iOS SDK to 0.3.9
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
# 0.7.0 [8 Feb 2022]
|
|
14
|
+
- Upgrade native iOS HyperKYC to `0.7.0`
|
|
15
|
+
- Upgrade native android HyperKyc to `0.7.0`
|
|
16
|
+
|
|
2
17
|
# 0.6.0 [2 Jan 2022]
|
|
3
18
|
- Upgrade native iOS HyperKYC to `0.6.0`
|
|
4
19
|
- Upgrade native android HyperKyc to `0.6.0`
|
package/android/build.gradle
CHANGED
|
@@ -56,7 +56,7 @@ repositories {
|
|
|
56
56
|
dependencies {
|
|
57
57
|
//noinspection GradleDynamicVersion
|
|
58
58
|
implementation "com.facebook.react:react-native:+" // From node_modules
|
|
59
|
-
implementation('co.hyperverge:hyperkyc:0.
|
|
59
|
+
implementation('co.hyperverge:hyperkyc:0.7.0@aar', {
|
|
60
60
|
transitive = true
|
|
61
61
|
})
|
|
62
62
|
|
package/package.json
CHANGED