@capgo/native-audio 6.4.6 → 6.4.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -60,6 +60,8 @@ public class NativeAudio
60
60
 
61
61
  this.audioManager = (AudioManager) this.getActivity()
62
62
  .getSystemService(Context.AUDIO_SERVICE);
63
+
64
+ audioAssetList = new HashMap<>();
63
65
  }
64
66
 
65
67
  @Override
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/native-audio",
3
- "version": "6.4.6",
3
+ "version": "6.4.7",
4
4
  "description": "A native plugin for native audio engine",
5
5
  "main": "dist/plugin.js",
6
6
  "module": "dist/esm/index.js",