Skip to content

Commit

Permalink
fix adding dependency README section
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed Jul 24, 2023
1 parent ce6f417 commit 38e2ec1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions examples/CustomEntitlementComputationSample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,11 @@ Happy testing!

This package is available on Maven and can be included via Gradle.

To use this mode, ensure that you install the customEntitlementsComputation build flavor by specifying the dependency as:
```gradle
revenuecat = { module = "com.revenuecat.purchases:purchases@customEntitlementComputation", version.ref = "purchases" }
```
for Gradle version catalogs, or
To use this mode, ensure that you install the purchases-custom-entitlement-computation artifact by specifying the dependency as:

```gradle
implementation 'com.revenuecat.purchases:purchases@customEntitlementsComputation:6.8.0'
implementation 'com.revenuecat.purchases:purchases-custom-entitlement-computation:6.8.0'
```
for Gradle version properties.

### Configuration:

Expand Down

0 comments on commit 38e2ec1

Please sign in to comment.