@nazrdogan
While running/building the Android app on API >=35, the Android studio or APK Analyser throws warning that it doesn't support 16KB page size.
base/lib/x86_64/libtool-checker.so
base/lib/arm64-v8a/libtool-checker.so
Solution:
Need to update the Root Beer lib in android gradle dependency to latest version to fix this and release a new version.
@nazrdogan
While running/building the Android app on API >=35, the Android studio or APK Analyser throws warning that it doesn't support 16KB page size.
base/lib/x86_64/libtool-checker.so
base/lib/arm64-v8a/libtool-checker.so
Solution:
Need to update the Root Beer lib in android gradle dependency to latest version to fix this and release a new version.