react-native-tpstreams 1.1.8-dev.5 → 1.1.8-dev.6

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,4 +1,4 @@
1
1
  # Keep DownloadHelper and its Callback to prevent AbstractMethodError in release builds
2
2
  # This ensures that the Callback interface and DownloadHelper methods are not stripped or renamed incorrectly by R8
3
- -keep class androidx.media3.exoplayer.offline.DownloadHelper { *; }
3
+ -keep class androidx.media3.exoplayer.offline.DownloadHelper { public *; }
4
4
  -keep interface androidx.media3.exoplayer.offline.DownloadHelper$Callback { *; }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-tpstreams",
3
- "version": "1.1.8-dev.5",
3
+ "version": "1.1.8-dev.6",
4
4
  "description": "Video component for TPStreams",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",