@rtoshiro I get a 16kB warning in Android Studio about libconceal.so ..
APK app-debug.apk is not compatible with 16 KB devices. Some libraries have LOAD segments not aligned at 16 KB boundaries:
lib/x86_64/libconceal.so
I have now discovered that this is coming from SecureSharedPreferences. I cannot put out a new release of my app into Google Play until this is fixed.
Can you please rebuild this using a newer libconceal that has 16 kB pages.
Report from Analyse APK ..

@rtoshiro I get a 16kB warning in Android Studio about libconceal.so ..
APK app-debug.apk is not compatible with 16 KB devices. Some libraries have LOAD segments not aligned at 16 KB boundaries:
lib/x86_64/libconceal.so
I have now discovered that this is coming from SecureSharedPreferences. I cannot put out a new release of my app into Google Play until this is fixed.
Can you please rebuild this using a newer libconceal that has 16 kB pages.
Report from Analyse APK ..
