Conversation
There was a problem hiding this comment.
Pull request overview
This PR prepares the 1.1.0-rc prerelease by bumping version metadata and updating the changelog to include the release notes for v1.1.0-rc.
Changes:
- Bump
version.txtto1.1.0-rc. - Update
.github/prerelease-manifest.jsonto1.1.0-rc. - Add a new
1.1.0-rcsection toCHANGELOG.md.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
version.txt |
Updates the repository version to 1.1.0-rc. |
CHANGELOG.md |
Adds release notes for 1.1.0-rc. |
.github/prerelease-manifest.json |
Updates prerelease manifest version to 1.1.0-rc. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 7 out of 8 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip |
There was a problem hiding this comment.
upgrade gradle before a new release
| // Top-level build file where you can add configuration options common to all sub-projects/modules. | ||
| plugins { | ||
| id("com.android.application") version "8.13.1" apply false | ||
| id("com.android.application") version "9.1.1" apply false |
There was a problem hiding this comment.
Upgrade the android gradle plugin before a release.
🤖 I have created a release beep boop
1.1.0-rc (2026-04-09)
Features
Miscellaneous Chores
Build System and Dependencies
This PR was generated with Release Please. See documentation.