Closed Petrol- closed 7 months ago
Hello,
Thank you for submitting this pull request. As I primarily work with iOS, contributions that enhance our Android ecosystem are particularly valuable. I have thoroughly tested the changes you proposed and can confirm that the removal of the NDK declaration indeed eliminates the related compilation warning effectively. Your proactive approach not only resolves an important issue but also improves the development experience for all users of this package.
We greatly appreciate the quality and insightfulness of your contribution, which helps us maintain the high standards our project aspires to. I will be merging this PR shortly.
Thank you once again for your valuable input and for supporting our Android platform. We look forward to your continued involvement and innovative solutions.
Warm regards, Yann Cabral
Hello,
This PR removes the NDK declaration in Android build.gradle file.
The NDK should not be needed since there is no C/C++ dependencies involved in this package.
This should remove a warning when compiling an Android app without ndk declaration:
Please let me know if further changes are needed. Thank you