Update documentation to reflect Android API 23+ and build requirements#1410
Merged
anod merged 3 commits intoalgavris/room-upgradefrom Feb 5, 2026
Merged
Update documentation to reflect Android API 23+ and build requirements#1410anod merged 3 commits intoalgavris/room-upgradefrom
anod merged 3 commits intoalgavris/room-upgradefrom
Conversation
Co-authored-by: anod <171704+anod@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update room version to 2.8.4
Update documentation to reflect Android API 23+ and build requirements
Feb 4, 2026
Member
|
@copilot Update relevant java limitations |
Co-authored-by: anod <171704+anod@users.noreply.github.com>
Contributor
Author
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.
Following the Room 2.8.4 upgrade, the documentation needed to explicitly state the minimum Android API level and updated build tool requirements.
Changes:
docs/cpp-start-android.mdREADME.mdBuild Environments table: specified Gradle 8.5 and Java 17 for Android buildsREADME.mdTarget Platforms table: clarified Android support as "API 23+" instead of generic "Android"docs/cpp-start-android.md: changed from "Java JDKs 8-13" to "Java 17 or higher" to align with Gradle 8.5 requirementsThese requirements align with modern Google library dependencies and the build infrastructure changes introduced in the Room upgrade.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.