Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed connection update not working in obfuscated applications #634

Merged
merged 1 commit into from Oct 24, 2019

Conversation

dariuszseweryn
Copy link
Owner

Proguard by default removes unused code. BluetoothGattCallback.onConnectionUpdated() function is hidden in AOSP and therefore Proguard removes the callback. Added a correct consumer Proguard configuration to the library package so the callback will not be renamed/removed.

Proguard by default removes unused code. BluetoothGattCallback.onConnectionUpdated() function is hidden in AOSP and therefore Proguard removes the callback. Added a correct consumer Proguard configuration to the library package so the callback will not be renamed/removed.
@dariuszseweryn dariuszseweryn added the bug Bug that is caused by the library label Oct 24, 2019
@dariuszseweryn dariuszseweryn self-assigned this Oct 24, 2019
@dariuszseweryn dariuszseweryn merged commit 1cd337e into master Oct 24, 2019
@dariuszseweryn dariuszseweryn deleted the fix/connection_update_proguard branch October 24, 2019 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug that is caused by the library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant