@capgo/native-audio 6.0.13 → 6.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ buildscript {
11
11
  mavenCentral()
12
12
  }
13
13
  dependencies {
14
- classpath 'com.android.tools.build:gradle:8.0.2'
14
+ classpath 'com.android.tools.build:gradle:8.1.0'
15
15
  }
16
16
  }
17
17
 
@@ -135,6 +135,7 @@ public class NativeAudio
135
135
  this.audioManager.abandonAudioFocus(this);
136
136
  }
137
137
  }
138
+ call.resolve();
138
139
  }
139
140
 
140
141
  @PluginMethod
@@ -46,6 +46,7 @@ public class NativeAudio: CAPPlugin {
46
46
  print("Failed to set setCategory audio")
47
47
  }
48
48
  }
49
+ call.resolve()
49
50
  }
50
51
 
51
52
  @objc func preload(_ call: CAPPluginCall) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/native-audio",
3
- "version": "6.0.13",
3
+ "version": "6.0.14",
4
4
  "description": "A native plugin for native audio engine",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",