This repository was archived by the owner on Aug 12, 2025. It is now read-only.
Android 16 KB page size support on 64-bit devices#56
Open
pletoss wants to merge 1 commit intoLofelt:mainfrom
Open
Android 16 KB page size support on 64-bit devices#56pletoss wants to merge 1 commit intoLofelt:mainfrom
pletoss wants to merge 1 commit intoLofelt:mainfrom
Conversation
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Improvement
Starting November 1st, 2025, all new apps and updates to existing apps submitted to Google Play and targeting Android 15+ devices must support 16 KB page sizes on 64-bit devices.
Solution Description
TLDR: Upgrades to gradle7, agp7, compilesdk 34, NDK 29 in order to support 16 KB Page Sizes.
Long AI-Generated description:
This pull request updates the build configuration for the Android LofeltHaptics plugin to support newer versions of Gradle, Android SDK, and related dependencies. The changes modernize the build setup, improve compatibility, and update dependency management for both Gradle and the Rust plugin integration.
Build system and dependency updates:
6.7.1to7.6.4ingradle-wrapper.properties, enabling use of newer Gradle features and improved compatibility.build.gradleto usecom.android.tools.build:gradleversion7.4.2andorg.mozilla.rust-android-gradle:pluginversion0.9.6, and switched repository from explicit Maven URL togradlePluginPortal().Android SDK and NDK configuration:
compileSdkVersionandtargetSdkVersionfrom31to34inLofeltHaptics/build.gradle, aligning with recent Android platform requirements. [1] [2]21.3.6528147to29.0.13846066for improved Rust plugin compatibility.Gradle tasks and build process improvements:
cleantask definition to use the moderntasks.registerAPI instead of the deprecatedtasksyntax.Tasks
Type of change
Impacted areas of Nice Vibrations
This enables using the library on android-16 on 64-bit devices after Google locks it down in november 2025.