You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
Native libraries used in Android apps should be modified to support 16Kb alignment, as per the previous link.
Version 0.7.0 of fbjni already contains the necessary changes to prevent apps using Flipper (Android) from crashing when they are run in devices with 16Kb page sizes.
Ideally the library version should be bumped in the gradle.properties file.
The text was updated successfully, but these errors were encountered:
jperezalv
changed the title
Discussion: Update fbjni to version 0.7.0
Discussion: Update Android's SDK usage of fbjni to version 0.7.0
Oct 24, 2024
jperezalv
changed the title
Discussion: Update Android's SDK usage of fbjni to version 0.7.0
Discussion: Update usage of fbjni to version 0.7.0 in the Android library
Oct 24, 2024
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On Android 15 support for devices 16KB memory page sizes has been added.
Native libraries used in Android apps should be modified to support 16Kb alignment, as per the previous link.
Version 0.7.0 of fbjni already contains the necessary changes to prevent apps using Flipper (Android) from crashing when they are run in devices with 16Kb page sizes.
Ideally the library version should be bumped in the gradle.properties file.
The text was updated successfully, but these errors were encountered: