@takeoffmedia/react-native-penthera 0.2.54 → 0.2.55

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.
@@ -44,7 +44,7 @@ class OfflineVideoEngine(private val context: ReactApplicationContext) {
44
44
  var asset: IAsset? = null
45
45
  var assetId: MutableList<String> = mutableListOf()
46
46
  private val gson = Gson()
47
- var minimumLowBandWidth: Int = 500
47
+ var minimumLowBandWidth: Int = 100
48
48
 
49
49
  private val enginePauseObserver: Observers.IEngineObserver = object : EngineObserver() {
50
50
  override fun engineStatusChanged(status: Int) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeoffmedia/react-native-penthera",
3
- "version": "0.2.54",
3
+ "version": "0.2.55",
4
4
  "description": "test",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",