MOBILE-0000: bump target and compile version in example#743
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the example Android app to target a newer Android SDK level, along with the required Gradle/Android Gradle Plugin wrapper updates to keep the example build working.
Changes:
- Bump
compileSdk/targetSdkinexample/appfrom 35 → 36. - Update Android Gradle Plugin in the example build from 8.6.0 → 8.9.3.
- Update the example Gradle Wrapper to Gradle 8.11.1 and refresh wrapper scripts/properties.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| example/app/build.gradle | Bumps compileSdk/targetSdk to 36 for the example app. |
| example/build.gradle | Updates AGP version used by the example build. |
| example/gradle/wrapper/gradle-wrapper.properties | Updates Gradle distribution URL and wrapper settings. |
| example/gradlew | Refreshes POSIX wrapper script to newer Gradle-generated version. |
| example/gradlew.bat | Refreshes Windows wrapper script to newer Gradle-generated version. |
Comments suppressed due to low confidence (1)
example/gradlew:210
- This comment appears to have a copy/paste error: it lists
JAVA_OPTStwice and referencesoptsEnvironmentVar, which is not defined/used in this script. This makes the documentation inaccurate.
# Collect all arguments for the java command:
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# and any embedded shellness will be escaped.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
enotniy
approved these changes
Jul 23, 2026
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.
bump targetSdk and compileSdk version in example