- Support for 16KB page sizes for native lib (Android 15 support)
- Removed
Util.isSelinuxFlagInEnabled()
. This was never part of theisRooted()
check but as we are unable to getro.build.selinux
in later versions of Android it has been removed from the Util and sample app. @scottyab - Fix insecure binary file #180 @KaviIDPal
Internal changes:
- #229 Gradle, Build scripts, Maven Plugin, NDK update by @ArtsemKurantsou