react-native-spalla-player 0.7.2 → 0.8.0

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.
@@ -104,7 +104,7 @@ dependencies {
104
104
  implementation "com.facebook.react:react-native:+"
105
105
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
106
106
  implementation "androidx.mediarouter:mediarouter:1.2.0"
107
- implementation "stream.spalla:spalla-android-sdk:1.6.1"
107
+ implementation "stream.spalla:spalla-android-sdk:1.7.0"
108
108
  implementation "com.google.android.gms:play-services-cast-framework:21.3.0"
109
109
  }
110
110
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-spalla-player",
3
- "version": "0.7.2",
3
+ "version": "0.8.0",
4
4
  "description": "Spalla SDK for RN",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",