Skip to content

Update baseline profiles#3296

Merged
skydoves merged 6 commits into
mainfrom
update/baseline-profiles
Apr 20, 2026
Merged

Update baseline profiles#3296
skydoves merged 6 commits into
mainfrom
update/baseline-profiles

Conversation

@skydoves

@skydoves skydoves commented Apr 2, 2026

Copy link
Copy Markdown
Member

Update baseline profiles.

  • Regenerated baseline profiles against the recent main branch codes.
  • Updated baseline profile library to 1.4.1.
  • Fixed some Gradle task blockers to run ./gradlew generateBaselineProfiles

Note

Medium Risk
Touches shared Gradle convention logic and build variants, which can affect build/task execution across modules. Changes are small and scoped to baseline profile generation, but could still break CI or profile generation if task ordering assumptions are wrong.

Overview
Updates baseline profile generation setup: bumps androidx.baselineprofile to 1.4.1, adds the billingclient=bc8 missing dimension strategy for the baselineprofile test module, and introduces a nonMinifiedRelease build type in paywall-tester.

Adds a Gradle 8+ workaround in PublicLibraryConventionPlugin to enforce ordering between copyBaselineProfileIntoSrc and prepare*ArtProfile tasks for modules without baselineProfile dependencies, avoiding implicit dependency errors during profile tasks.

Reviewed by Cursor Bugbot for commit c955dec. Bugbot is set up for automated code reviews on this repo. Configure here.

@skydoves skydoves self-assigned this Apr 2, 2026
@skydoves skydoves requested a review from a team as a code owner April 2, 2026 04:42

@cursor cursor Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Comment thread examples/paywall-tester/build.gradle.kts
@skydoves skydoves requested a review from a team April 2, 2026 04:46

@tonidero tonidero left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a question regarding the new build type. Looks good otherwise!

Comment thread examples/paywall-tester/build.gradle.kts
Comment thread examples/paywall-tester/build.gradle.kts
@tonidero

tonidero commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

We might want to think about updating this automatically on releases as well, by adding some fastlane automations... but that can come in a separate PR.

@skydoves

skydoves commented Apr 9, 2026

Copy link
Copy Markdown
Member Author

@tonidero thank you for your review! Let me add GitHub actions in the next release.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@codecov

codecov Bot commented Apr 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.36%. Comparing base (64bafd5) to head (c955dec).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3296   +/-   ##
=======================================
  Coverage   79.36%   79.36%           
=======================================
  Files         354      354           
  Lines       14259    14259           
  Branches     1951     1951           
=======================================
  Hits        11316    11316           
  Misses       2140     2140           
  Partials      803      803           

☔ 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.

@skydoves skydoves requested a review from tonidero April 20, 2026 00:33

@tonidero tonidero left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!!

@skydoves skydoves added this pull request to the merge queue Apr 20, 2026
Merged via the queue into main with commit eec74c9 Apr 20, 2026
37 checks passed
@skydoves skydoves deleted the update/baseline-profiles branch April 20, 2026 09:26
matteinn pushed a commit to matteinn/purchases-android that referenced this pull request Apr 28, 2026
**This is an automatic release.**

## RevenueCat SDK
### 🐞 Bugfixes
* fix: move Google BillingClient connection off the main thread (RevenueCat#3369)
via Toni Rico (@tonidero)
* [EXTERNAL] fix(google): guard showInAppMessages against BillingClient
runtime crashes (RevenueCat#3367) by @matteinn (RevenueCat#3368) via Monika Mateska
(@MonikaMateska)

## RevenueCatUI SDK
### Paywallv2
#### 🐞 Bugfixes
* Add Workflows network layer (RevenueCat#3300) via Cesar de la Vega (@vegaro)

### 🔄 Other Changes
* Fix `revenuecat.useWorkflowsEndpoint` compiler flag (RevenueCat#3374) via Cesar
de la Vega (@vegaro)
* Create paywall from workflow response. Add `USE_WORKFLOWS_ENDPOINT`
BuildConfig (RevenueCat#3350) via Cesar de la Vega (@vegaro)
* Refactor: Remove unnecessary lint suppressions (RevenueCat#3373) via cursor[bot]
(@cursor[bot])
* Bump fastlane-plugin-revenuecat_internal from `a1eed48` to `b822f01`
(RevenueCat#3371) via dependabot[bot] (@dependabot[bot])
* Bump fastlane from 2.232.2 to 2.233.0 (RevenueCat#3370) via dependabot[bot]
(@dependabot[bot])
* Attempt to fix `AssertionError` "ms is denormalized" in
`QueryPurchasesUseCaseTest` (RevenueCat#3361) via Cesar de la Vega (@vegaro)
* Update baseline profiles (RevenueCat#3296) via Jaewoong Eum (@skydoves)
* fix: reduce precision for flaky HeaderDirectHeroImage snapshot (RevenueCat#3362)
via Cesar de la Vega (@vegaro)
* Fix test failures reported twice (RevenueCat#3360) via Cesar de la Vega
(@vegaro)
* refactor: extract `updateStateFromOffering` in `PaywallViewModel`
(RevenueCat#3359) via Cesar de la Vega (@vegaro)
* [Fix] Include parent tabs component_name in tab-control switch
interaction events (RevenueCat#3358) via Monika Mateska (@MonikaMateska)
* Refactor: Remove unnecessary lint suppressions (RevenueCat#3348) via cursor[bot]
(@cursor[bot])
* fix: always upload CI test results even when tests fail (RevenueCat#3357) via
Cesar de la Vega (@vegaro)
* refactor: extract `RevenueCatDialogScaffold` (RevenueCat#3355) via Cesar de la
Vega (@vegaro)
* Fix Slack notifications for nightly integration tests (RevenueCat#3354) via Toni
Rico (@tonidero)
* UI events for paywall component interactions (RevenueCat#3287) via Monika
Mateska (@MonikaMateska)
* Bump fastlane-plugin-revenuecat_internal from `20911d1` to `a1eed48`
(RevenueCat#3351) via dependabot[bot] (@dependabot[bot])

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> Primarily a version bump and release automation updates (docs
deploy/redirect and changelog); no functional library code changes
beyond updating embedded version constants.
> 
> **Overview**
> Cuts the `10.2.1` release by updating version references across the
repo (Gradle `VERSION_NAME`, internal `frameworkVersion`, sample/test
app dependency pins, and `.version`).
> 
> Updates the docs release pipeline and website redirect to publish and
point at `10.2.1`, and refreshes `CHANGELOG.md`/`CHANGELOG.latest.md`
with the 10.2.1 release notes.
> 
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
a0a325b. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants