chore(targetSdk): bump android target SDK to 36#29
Merged
PiotrFLEURY merged 1 commit intomainfrom Jul 16, 2025
Merged
Conversation
NayMak
previously approved these changes
Jul 16, 2025
MayuriXx
previously approved these changes
Jul 16, 2025
Theo-lbg
previously approved these changes
Jul 16, 2025
42e298d
82c7ed4 to
42e298d
Compare
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.
This pull request updates the
app/build.gradlefile to improve compatibility and functionality by upgrading the SonarQube plugin and increasing the SDK versions.Plugin updates:
4.2.1.3168to6.2.0.5505for improved analysis capabilities. ([app/build.gradleL6-R6](https://github.com/XPEHO/xpeapp_android/pull/29/files#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9L6-R6))SDK version upgrades:
compileSdkversion from34to36to support newer Android features. ([app/build.gradleL27-R32](https://github.com/XPEHO/xpeapp_android/pull/29/files#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9L27-R32))targetSdkversion from34to36to ensure compatibility with the latest Android platform. ([app/build.gradleL27-R32](https://github.com/XPEHO/xpeapp_android/pull/29/files#diff-51a0b488f963eb0be6c6599bf5df497313877cf5bdff3950807373912ac1cdc9L27-R32))