Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gradle plugin to 8.0.2 #1049

Merged
merged 1 commit into from
Jun 9, 2023
Merged

Update gradle plugin to 8.0.2 #1049

merged 1 commit into from
Jun 9, 2023

Conversation

tonidero
Copy link
Contributor

@tonidero tonidero commented Jun 6, 2023

Description

This PR updates the Gradle plugin from 8.0.0 to 8.0.2

@tonidero tonidero added the pr:dependencies Changes on external dependencies label Jun 6, 2023
@tonidero tonidero marked this pull request as ready for review June 6, 2023 09:27
@tonidero tonidero requested a review from a team June 6, 2023 09:27
@codecov
Copy link

codecov bot commented Jun 6, 2023

Codecov Report

Merging #1049 (8572f30) into main (1a5a537) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1049   +/-   ##
=======================================
  Coverage   85.71%   85.71%           
=======================================
  Files         174      174           
  Lines        6189     6189           
  Branches      850      850           
=======================================
  Hits         5305     5305           
  Misses        551      551           
  Partials      333      333           

@tonidero tonidero merged commit 359afeb into main Jun 9, 2023
@tonidero tonidero deleted the upgrade-gradle-plugin-8.0.2 branch June 9, 2023 12:34
tonidero added a commit that referenced this pull request Jun 14, 2023
**This is an automatic release.**

### New experimental features
* Trusted entitlements (#1048) via Toni Rico (@tonidero)

This new feature prevents MitM attacks between the SDK and the
RevenueCat server.
With verification enabled, the SDK ensures that the response created by
the server was not modified by a third-party, and the entitlements
received are exactly what was sent.
This is 100% opt-in. `EntitlementInfos` have a new `VerificationResult`
property, which will indicate the validity of the responses when this
feature is enabled.

This feature is experimental and requires opt in. It's also only
available in Kotlin.

```kotlin
@OptIn(ExperimentalPreviewRevenueCatPurchasesAPI::class)
fun configureRevenueCat() {
    val configuration = PurchasesConfiguration.Builder(context, apiKey)
        .informationalVerificationModeAndDiagnosticsEnabled(true)
        .build()
    Purchases.configure(configuration)
}
```

* Add Coroutine support to Purchases#getCustomerInfo (#1012) via Cesar
de la Vega (@vegaro)
### Bugfixes
* [EXTERNAL] Fix `README` `CONTRIBUTING` guide broken link (#1035) via
@pablo-guardiola (#1036) via Toni Rico (@tonidero)
### Dependency Updates
* Update targetSDK version to 33 (#1050) via Toni Rico (@tonidero)
* Update gradle plugin to 8.0.2 (#1049) via Toni Rico (@tonidero)
* Bump danger from 9.3.0 to 9.3.1 (#1054) via dependabot[bot]
(@dependabot[bot])
* [EXTERNAL] Update Kover to 0.7.0 (#1031) via @mikescamell (#1037) via
Toni Rico (@tonidero)
### Other Changes
* [EXTERNAL] Add `ExperimentalPreviewRevenueCatPurchasesAPI` opt-in
requirement to `Purchases.awaitCustomerInfo()` (#1060) (#1065) via Toni
Rico (@tonidero)
* Update to latest android executor image (#1062) via Toni Rico
(@tonidero)
* Diagnostics: Track http requests as counters (#1047) via Toni Rico
(@tonidero)
* Fix backend integration test flakiness (#1053) via Toni Rico
(@tonidero)
* [EXTERNAL] Replace `@Deprecated` usage of `skus` by `productIds`
from`PurchasedProductsFetcher` (#986) via @pablo-guardiola (#1044) via
Toni Rico (@tonidero)
* [EXTERNAL] Add `MagicWeather` app note to the main `README` and fix a
typo (#1041) (#1043) via Toni Rico (@tonidero)
* Detekt enable trailing comma (#1046) via Toni Rico (@tonidero)
* Detekt update to 1.23.0 and run autocorrect (#1045) via Toni Rico
(@tonidero)
* [PurchaseTester] Update CustomerInfo from listener in overview screen
(#1034) via Toni Rico (@tonidero)

---------

Co-authored-by: revenuecat-ops <[email protected]>
Co-authored-by: Toni Rico <[email protected]>
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.

2 participants