Skip to content

refactor(build): Centralize Android SDK and Java versions#4377

Merged
jamesarich merged 1 commit into
mainfrom
fix/jdk-more2
Jan 30, 2026
Merged

refactor(build): Centralize Android SDK and Java versions#4377
jamesarich merged 1 commit into
mainfrom
fix/jdk-more2

Conversation

@jamesarich

Copy link
Copy Markdown
Collaborator

This commit refactors the Android build logic to centralize and streamline SDK and Java version configurations.

The compileSdk, minSdk, and targetSdk versions are now read once from configuration properties and applied consistently across application and library modules. This removes redundancy and simplifies future updates.

Additionally, the Java compatibility has been explicitly set to version 17 for both source and target, ensuring a consistent Java language level across the project.

This commit refactors the Android build logic to centralize and streamline SDK and Java version configurations.

The `compileSdk`, `minSdk`, and `targetSdk` versions are now read once from configuration properties and applied consistently across application and library modules. This removes redundancy and simplifies future updates.

Additionally, the Java compatibility has been explicitly set to version 17 for both source and target, ensuring a consistent Java language level across the project.

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
@github-actions github-actions Bot added the bugfix PR tag label Jan 30, 2026
@jamesarich jamesarich merged commit cbf70fc into main Jan 30, 2026
6 checks passed
@jamesarich jamesarich deleted the fix/jdk-more2 branch January 30, 2026 17:36
@codecov

codecov Bot commented Jan 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (5441f87) to head (9063db5).
⚠️ Report is 4 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #4377   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          3       3           
  Lines         28      28           
  Branches       8       8           
=====================================
  Misses        28      28           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix PR tag

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant