react-native-hyperkyc-sdk 0.3.12 → 0.3.14
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 +11 -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,3 +1,14 @@
|
|
|
1
|
+
# 0.3.14 [10 Jan 2022]
|
|
2
|
+
1. Updated Android SDK to 0.3.14
|
|
3
|
+
2. Updated and fix iOS SDK to 0.3.10
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
# 0.3.13 [2 Jan 2022]
|
|
8
|
+
1. Updated Android SDK to 0.3.13
|
|
9
|
+
2. Updated and fix iOS SDK to 0.3.9
|
|
10
|
+
|
|
11
|
+
|
|
1
12
|
# 0.3.12 [12 Dec 2022]
|
|
2
13
|
1. Updated Android SDK to 0.3.12
|
|
3
14
|
2. Updated and fix iOS SDK to 0.3.8
|
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.3.
|
|
59
|
+
implementation('co.hyperverge:hyperkyc:0.3.14@aar', {
|
|
60
60
|
transitive = true
|
|
61
61
|
})
|
|
62
62
|
|
package/package.json
CHANGED