react-native-hyperkyc-sdk 0.1.6-alpha2 → 0.1.6-alpha3

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.
@@ -57,7 +57,7 @@ dependencies {
57
57
  //noinspection GradleDynamicVersion
58
58
  implementation "com.facebook.react:react-native:+" // From node_modules
59
59
 
60
- implementation('co.hyperverge:hyperkyc:0.0.1-alpha02@aar', {
60
+ implementation('co.hyperverge:hyperkyc:0.0.2-alpha02@aar', {
61
61
  transitive = true
62
62
  })
63
63
  }
@@ -3,7 +3,7 @@ package com.reactnativehyperkycsdk;
3
3
 
4
4
  import android.app.Activity;
5
5
  import android.content.Intent;
6
- import android.support.annotation.NonNull;
6
+
7
7
 
8
8
 
9
9
  import com.facebook.react.ReactActivity;
@@ -1,6 +1,5 @@
1
1
  package com.reactnativehyperkycsdk;
2
2
 
3
- import android.support.annotation.NonNull;
4
3
 
5
4
  import androidx.annotation.NonNull;
6
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-hyperkyc-sdk",
3
- "version": "0.1.6-alpha2",
3
+ "version": "0.1.6-alpha3",
4
4
  "description": "React Native wrapper for HyperKYC SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",