omikit-plugin 3.1.1 → 3.1.2
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/android/build.gradle
CHANGED
|
@@ -104,10 +104,11 @@ dependencies {
|
|
|
104
104
|
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
|
|
105
105
|
//noinspection GradleDynamicVersion
|
|
106
106
|
// implementation "com.facebook.react:react-native"
|
|
107
|
+
api 'vn.vihat.omicall:omi-sdk:2.0.36'
|
|
108
|
+
|
|
107
109
|
implementation "com.facebook.react:react-native:+" // From node_modules
|
|
108
110
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
109
111
|
// implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version")
|
|
110
|
-
api 'vn.vihat.omicall:omi-sdk:2.0.31'
|
|
111
112
|
// implementation fileTree(include: ['*.jar'], dir: 'libs')
|
|
112
113
|
// implementation files('OmiSDK.aar')
|
|
113
114
|
implementation "com.google.android.flexbox:flexbox:3.0.0"
|
|
@@ -286,7 +286,7 @@ class OmikitPluginModule(reactContext: ReactApplicationContext?) :
|
|
|
286
286
|
fun initCallWithUserPassword(data: ReadableMap, promise: Promise) {
|
|
287
287
|
mainScope.launch {
|
|
288
288
|
val userName = data.getString("userName")
|
|
289
|
-
|
|
289
|
+
Log.d("dataOmi", "INIT_CALL_USER_PASSWORD ==>> $data ")
|
|
290
290
|
Log.d("dataOmi", "INIT_CALL_USER_PASSWORD ==>> $userName ")
|
|
291
291
|
val password = data.getString("password")
|
|
292
292
|
val realm = data.getString("realm")
|