react-native-hyperkyc-sdk 0.3.11-alpha01 → 0.3.12-alpha01
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,5 +1,10 @@
|
|
|
1
|
+
# 0.3.12 [12 Dec 2022]
|
|
2
|
+
1. Updated Android SDK to 0.3.12
|
|
3
|
+
2. Updated and fix iOS SDK to 0.3.8
|
|
4
|
+
|
|
5
|
+
|
|
1
6
|
# 0.3.11 [28th Oct 2022]
|
|
2
|
-
1. Updated Android SDK version to 0.3.
|
|
7
|
+
1. Updated Android SDK version to 0.3.10
|
|
3
8
|
|
|
4
9
|
# 0.3.10 [13th Oct 2022]
|
|
5
10
|
1. Updated Android SDK version to 0.3.8
|
|
Binary file
|
|
Binary file
|
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.12@aar', {
|
|
60
60
|
transitive = true
|
|
61
61
|
})
|
|
62
62
|
|
package/package.json
CHANGED