tchvu3 / capacitor-voice-recorder

Capacitor plugin for voice recording
69 stars 57 forks source link

Capacitor 5 + Gradle 8 support #33

Closed denesh-r closed 1 year ago

denesh-r commented 1 year ago

Seems like changes in the AndroidManifest.xml and build.gradle are required to make this plugin work on Capacitor 5 for Android with Gradle 8.

The package name needs to be removed from the manifest file and added to the build.gradle file as namespace field.

tchvu3 commented 1 year ago

I've updated the plugin to support capacitor v5