🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@capgo/native-audio

Package Overview
Dependencies
Maintainers
1
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capgo/native-audio - npm Package Compare versions

Comparing version
8.3.11
to
8.3.15
+3
-3
android/build.gradle

@@ -72,3 +72,3 @@ ext {

androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
implementation 'androidx.media3:media3-exoplayer:1.9.2'
implementation 'androidx.media3:media3-exoplayer:1.10.0'

@@ -79,3 +79,3 @@ // HLS (m3u8) streaming support - optional dependency

if (includeHls == 'true') {
implementation 'androidx.media3:media3-exoplayer-hls:1.9.2'
implementation 'androidx.media3:media3-exoplayer-hls:1.10.0'
}

@@ -86,3 +86,3 @@

implementation 'androidx.media3:media3-ui:1.9.2'
implementation 'androidx.media3:media3-database:1.9.3'
implementation 'androidx.media3:media3-database:1.10.0'
implementation 'androidx.media3:media3-common:1.10.0'

@@ -89,0 +89,0 @@ // Media notification support

{
"name": "@capgo/native-audio",
"version": "8.3.11",
"version": "8.3.15",
"description": "A native plugin for native audio engine",

@@ -5,0 +5,0 @@ "license": "MPL-2.0",

Sorry, the diff of this file is too big to display