dojah-kyc-sdk-react_native 0.0.5 → 0.0.6-dev

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.
@@ -1,7 +1,7 @@
1
1
 
2
2
  buildscript {
3
3
  // Buildscript is evaluated before everything else so we can't use getExtOrDefault
4
- def kotlin_version = rootProject.ext.has("kotlinVersion") ? rootProject.ext.get("kotlinVersion") : project.properties["DojahKyc_kotlinVersion"]
4
+ def kotlin_version = project.properties["DojahKyc_kotlinVersion"]
5
5
 
6
6
  repositories {
7
7
  google()
@@ -82,10 +82,6 @@ android {
82
82
  disable "GradleCompatible"
83
83
  }
84
84
 
85
- compileOptions {
86
- sourceCompatibility JavaVersion.VERSION_1_8
87
- targetCompatibility JavaVersion.VERSION_1_8
88
- }
89
85
  }
90
86
 
91
87
  repositories {
@@ -108,7 +104,8 @@ dependencies {
108
104
  implementation "com.facebook.react:react-native:+"
109
105
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
110
106
 
111
- implementation 'com.github.dojah-inc:sdk-kotlin:v0.0.2'
107
+ // implementation 'com.github.dojah-inc:sdk-kotlin:0.0.1-dev'
108
+ implementation 'com.github.dojah-inc:sdk-kotlin:v0.0.3'
112
109
 
113
110
 
114
111
  }
@@ -1,4 +1,4 @@
1
- DojahKyc_kotlinVersion=1.7.0
1
+ DojahKyc_kotlinVersion=1.6.0
2
2
  DojahKyc_minSdkVersion=21
3
3
  DojahKyc_targetSdkVersion=35
4
4
  DojahKyc_compileSdkVersion=35
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dojah-kyc-sdk-react_native",
3
- "version": "0.0.5",
3
+ "version": "0.0.6-dev",
4
4
  "description": "Dojah SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",