fix(android): Update sentry-android dependency to 7.22.6 for 16 KB page alignment 🍒 🏠#14560
Merged
darcywong00 merged 1 commit intostable-18.0from Aug 21, 2025
Merged
fix(android): Update sentry-android dependency to 7.22.6 for 16 KB page alignment 🍒 🏠#14560darcywong00 merged 1 commit intostable-18.0from
darcywong00 merged 1 commit intostable-18.0from
Conversation
User Test ResultsTest specification and instructions Test Artifacts |
Test ResultsPrerequisites setup: I tested this PR in the "Keyman-18.0.239-test-14560" build on Android baklava preview, API 36(Emulator). Here I am sharing my observation.
|
jahorton
approved these changes
Aug 20, 2025
Collaborator
|
Changes in this pull request will be available for download in Keyman version 18.0.239 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses #14423 for stable-18.0 (similar to #14559)
https://developer.android.com/guide/practices/page-sizes
This updates the Sentry dependency to 7.22.6 for 16 KB page alignment. stable-18.0 couldn't get the most recent 8.19.1 due to older Gradle dependencies, but the 16 KB alignment is resolved.
Using the APK analyzer tool in Android Studio, I was able to verify the Keyman apk and internal .so libraries no longer have the alignment warnings.
Note: Because KMEA is an .aar project, the android/KMEA/build.gradle ended up not needing the Sentry dependency because it's handled in android/KMEA/app/build.gradle. Only app-level projects need the sentry-android-gradle-plugin.
User Testing
Setup - Create an Android emulator that uses a Pre-Release 16 KB Page Size image
From Android Studio - Device Manager --> Add New Device --> Create Virtual Device
Select Pixel 8a phone form factor -->
On this emulator, install the PR build of Keyman for Android
TEST_KEYBOARD_INSTALL - Verifies Keyman functions and can install keyboard