@takeoffmedia/react-native-penthera 0.2.60 → 0.2.61
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/src/main/java/com/takeoffmediareactnativepenthera/virtuoso/OfflineVideoEngine.kt
CHANGED
|
@@ -73,10 +73,9 @@ class OfflineVideoEngine(private val context: ReactApplicationContext) {
|
|
|
73
73
|
backplaneUrl: String,
|
|
74
74
|
publicKey: String,
|
|
75
75
|
privateKey: String,
|
|
76
|
-
activity: Activity,
|
|
77
76
|
promise: Promise,
|
|
78
77
|
) {
|
|
79
|
-
val vir =
|
|
78
|
+
val vir = getInstanceVirtuoso()
|
|
80
79
|
|
|
81
80
|
val nameDevice = android.os.Build.MODEL
|
|
82
81
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@takeoffmedia/react-native-penthera",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.61",
|
|
4
4
|
"description": "test",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -166,4 +166,4 @@
|
|
|
166
166
|
"dependencies": {
|
|
167
167
|
"zustand": "^4.4.0"
|
|
168
168
|
}
|
|
169
|
-
}
|
|
169
|
+
}
|