cordova-plugin-bluetoothle
cordova-plugin-bluetoothle copied to clipboard
Bluetooth plugin is not working in signed APK
I have below application configuration,
Angular - 10.1.4 Cordova - 9.0.0 Gradle - 5.6.2 build.gradle -
defaultBuildToolsVersion="29.0.2" //String defaultMinSdkVersion=22 //Integer - Minimum requirement is Android 5.1 defaultTargetSdkVersion=29 //Integer - We ALWAYS target the latest by default defaultCompileSdkVersion=29 //Integer - We ALWAYS compile with the latest by default
Android manifest -
#650 I think we got the same problem. If you downgrade to sdk 28 it works again