Skip to content

chore(deps): bump gradle-wrapper from 8.14.3 to 9.4.1 - #2

Closed
dependabot[bot] wants to merge 19 commits into
mainfrom
dependabot/gradle/gradle-wrapper-9.4.1
Closed

chore(deps): bump gradle-wrapper from 8.14.3 to 9.4.1#2
dependabot[bot] wants to merge 19 commits into
mainfrom
dependabot/gradle/gradle-wrapper-9.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 14, 2026

Copy link
Copy Markdown
Contributor

Bumps gradle-wrapper from 8.14.3 to 9.4.1.

Release notes

Sourced from gradle-wrapper's releases.

9.4.1

The Gradle team is excited to announce Gradle 9.4.1.

Here are the highlights of this release:

  • Java 26 support
  • Non-class-based JVM tests
  • Enhanced console progress bar

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: akankshaa-00, Attila Kelemen, Björn Kautler, dblood, Dennis Rieks, duvvuvenkataramana, John Burns, Julian, kevinstembridge, Niels Doucet, Philip Wedemann, ploober, Richard Hernandez, Roberto Perez Alcolea, Sebastian Lövdahl, stephan2405, Stephane Landelle, Ujwal Suresh Vanjare, Victor Merkulov, Vincent Potuček, Vladimir Sitnikov.

Upgrade instructions

Switch your build to use Gradle 9.4.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.4.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

surajkumar and others added 19 commits April 13, 2026 20:07
- toggleCamera() now updates isCameraOn directly (optimistic update)
  instead of waiting for videoTileDidAdd callback, matching how mute works
- Set isCameraOn = true when joining since camera auto-starts on iOS
- Update default MeetingInformation with new session credentials

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Extracts the Chime SDK implementation into a standalone :chime-sdk KMP
library module (androidLibrary) and creates a :demo module (androidApplication)
that depends on it via project(":chime-sdk").
Remove the hard-coded chat/emoji/system topic callbacks from joinMeeting().
Replace with subscribeToTopic(topic, listener) / unsubscribeFromTopic(topic)
so library consumers define their own topics independently of the SDK.

- TextMessage gains a `topic` field so listeners always know which topic fired
- ChatObserver deleted; topic observers are created inline per subscription
- iOS bridge gains subscribeTopicNative/unsubscribeTopicNative + generic
  onDataMessageReceived delegate method replacing the three typed callbacks
- demo subscribes to "chat", "emoji", "system" after joining as an example
Cleared default field values in MeetingInformation to empty strings and
removed hard-coded attendee credentials that were passed into App() from
MainActivity. Also removes unused import in InMeetingScreen.
Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 8.14.3 to 9.4.1.
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v8.14.3...v9.4.1)

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.4.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 14, 2026
@surajkumar surajkumar closed this Apr 14, 2026
@dependabot @github

dependabot Bot commented on behalf of github Apr 14, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/gradle/gradle-wrapper-9.4.1 branch April 14, 2026 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant