Skip to content

Conversation

RCGitBot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
gradle (source) patch 8.14.2 -> 8.14.3
com.android.library (source) plugin patch 8.11.0 -> 8.11.1
com.android.application (source) plugin patch 8.11.0 -> 8.11.1

Release Notes

gradle/gradle (gradle)

v8.14.3: 8.14.3

Compare Source

The Gradle team is excited to announce Gradle 8.14.3.

This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

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

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

See the Gradle 8.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.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@RCGitBot RCGitBot added the pr:dependencies Changes on external dependencies label Jul 11, 2025
@RCGitBot RCGitBot requested a review from a team July 11, 2025 10:44
@tonidero tonidero enabled auto-merge July 11, 2025 11:03
@tonidero tonidero added this pull request to the merge queue Jul 11, 2025
Copy link

codecov bot commented Jul 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.93%. Comparing base (285c0d0) to head (5564aae).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2515   +/-   ##
=======================================
  Coverage   77.93%   77.93%           
=======================================
  Files         286      286           
  Lines       10572    10572           
  Branches     1485     1485           
=======================================
  Hits         8239     8239           
  Misses       1687     1687           
  Partials      646      646           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Merged via the queue into main with commit 29b73dc Jul 11, 2025
14 checks passed
@tonidero tonidero deleted the renovate/build-dependencies branch July 11, 2025 11:48
tonidero pushed a commit that referenced this pull request Jul 15, 2025
**This is an automatic release.**

## RevenueCat SDK
### 🐞 Bugfixes
* Fix upgrades/downgrades after BC8 update (#2532) via Toni Rico
(@tonidero)
### 📦 Dependency Updates
* [RENOVATE] Update build-dependencies (#2515) via RevenueCat Git Bot
(@RCGitBot)
* [RENOVATE] Update build-dependencies (#2472) via RevenueCat Git Bot
(@RCGitBot)

## RevenueCatUI SDK
### Paywallv2
#### 🐞 Bugfixes
* Make PaywallActivity not consume insets in Android 16+ (#2520) via
Toni Rico (@tonidero)

### 🔄 Other Changes
* Add CLAUDE.md (#2522) via Cesar de la Vega (@vegaro)
* Update kotlin version in README (#2524) via Cesar de la Vega (@vegaro)
* Increase compile/target SDK version to 35 (#2525) via Toni Rico
(@tonidero)
* Fix snapshot deployment (#2526) via Toni Rico (@tonidero)
* Update CircleCI android orb (#2521) via Toni Rico (@tonidero)
* [AUTOMATIC][Paywalls V2] Updates paywall-preview-resources submodule
(#2517) via RevenueCat Git Bot (@RCGitBot)
* Improve v9 migration docs (#2514) via Toni Rico (@tonidero)
* Bump AGP to 8.10.1 and Gradle to 8.14.2 (#2440) via Jaewoong Eum
(@skydoves)
* Fixes compilation of the CEC sample app. (#2512) via JayShortway
(@JayShortway)

Co-authored-by: revenuecat-ops <ops@revenuecat.com>
tonidero pushed a commit that referenced this pull request Aug 25, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [gradle](https://gradle.org)
([source](https://redirect.github.com/gradle/gradle)) | | patch |
`8.14.2` -> `8.14.3` |
| [com.android.library](https://developer.android.com/studio/build)
([source](https://android.googlesource.com/platform/tools/base)) |
plugin | patch | `8.11.0` -> `8.11.1` |
| [com.android.application](https://developer.android.com/studio/build)
([source](https://android.googlesource.com/platform/tools/base)) |
plugin | patch | `8.11.0` -> `8.11.1` |

---

### Release Notes

<details>
<summary>gradle/gradle (gradle)</summary>

###
[`v8.14.3`](https://redirect.github.com/gradle/gradle/releases/tag/v8.14.3):
8.14.3

[Compare
Source](https://redirect.github.com/gradle/gradle/compare/v8.14.2...v8.14.3)

The Gradle team is excited to announce Gradle 8.14.3.

This is a patch release for 8.14. We recommend using 8.14.3 instead of
8.14.

Here are the highlights of this release:

- Java 24 support
- GraalVM Native Image toolchain selection
- Enhancements to test reporting
- Build Authoring improvements

[Read the Release
Notes](https://docs.gradle.org/8.14.3/release-notes.html)

We would like to thank the following community members for their
contributions to this release of Gradle:
[Aurimas](https://redirect.github.com/liutikas),
[Ben Bader](https://redirect.github.com/benjamin-bader),
[Björn Kautler](https://redirect.github.com/Vampire),
[chandre92](https://redirect.github.com/chandre92),
[Daniel Hammer](https://redirect.github.com/dlehammer),
[Danish Nawab](https://redirect.github.com/danishnawab),
[Florian Dreier](https://redirect.github.com/DreierF),
[Ivy Chen](https://redirect.github.com/Mengmeiivy),
[Jendrik Johannes](https://redirect.github.com/jjohannes),
[jimmy1995-gu](https://redirect.github.com/jimmy1995-gu),
[Madalin Valceleanu](https://redirect.github.com/vmadalin),
[Na Minhyeok](https://redirect.github.com/NaMinhyeok).

##### Upgrade instructions

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

```
./gradlew wrapper --gradle-version=8.14.3 && ./gradlew wrapper
```

See the Gradle [8.x upgrade
guide](https://docs.gradle.org/8.14.3/userguide/upgrading_version_8.html)
to learn about deprecations, breaking changes and other considerations
when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the [full
compatibility
notes](https://docs.gradle.org/8.14.3/userguide/compatibility.html).

##### Reporting problems

If you find a problem with this release, please file a bug on [GitHub
Issues](https://redirect.github.com/gradle/gradle/issues) adhering to
our issue guidelines.
If you're not sure you're encountering a bug, please use the
[forum](https://discuss.gradle.org/c/help-discuss).

We hope you will build happiness with Gradle, and we look forward to
your feedback via [Twitter](https://twitter.com/gradle) or on
[GitHub](https://redirect.github.com/gradle).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4zMC41IiwidXBkYXRlZEluVmVyIjoiNDEuMzAuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicHI6ZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
@tonidero tonidero mentioned this pull request Aug 25, 2025
tonidero added a commit that referenced this pull request Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr:dependencies Changes on external dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants