@takeoffmedia/react-native-penthera 0.4.4 → 0.4.5

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.
@@ -84,7 +84,6 @@ class OfflineVideoEngine(private val context: ReactApplicationContext) {
84
84
  onResume()
85
85
  virtuoso.settings.batteryThreshold = 0f
86
86
  virtuoso.startup(
87
- URL(backplaneUrl),
88
87
  userId,
89
88
  android.os.Build.MODEL,
90
89
  publicKey,
@@ -154,7 +153,7 @@ class OfflineVideoEngine(private val context: ReactApplicationContext) {
154
153
  manifestUrl(URL(url))
155
154
  assetObserver(AssetParseObserver(context))
156
155
  addToQueue(true)
157
- desiredVideoBitrate(Int.MAX_VALUE)
156
+ desiredVideoBitrate(Int.MAX_VALUE.toLong())
158
157
  withMetadata(metadata)
159
158
  setClientSideAdSupport(true)
160
159
  withAncillaryFiles(fileList)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeoffmedia/react-native-penthera",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "test",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",