Skip to content

Commit f08d397

Browse files
UPdate to 3.2.0
1 parent 6547c06 commit f08d397

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Secondly, add the dependency in your app's `build.gradle`:
2424

2525
```
2626
dependencies {
27-
implementation 'com.github.approov:approov-service-httpsurlconn:3.1.0'
27+
implementation 'com.github.approov:approov-service-httpsurlconn:3.2.0'
2828
}
2929
```
3030
Make sure you do a Gradle sync (by selecting `Sync Now` in the banner at the top of the modified `.gradle` file) after making these changes.

SECRETS-PROTECTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ approov api -add your.domain -noApproovToken
1313
This informs Approov that it should be active for the domain, but does not need to send Approov tokens for it. Adding the domain uses [Managed Trust Roots](https://approov.io/docs/latest/approov-usage-documentation/#managed-trust-roots) to ensure that the channel will be protected against Man-in-the-Middle (MitM) attacks.
1414

1515
## MIGRATING THE SECRET INTO APPROOV
16-
It is assumed that you already have some client secrets and/or API keys in your app that you would like to migrate for protection by Approov. You must inform Approov what the value of each secret is as follows:
16+
It is assumed that you already have some client secrets and/or API keys in your app that you would like to migrate for [protection by Approov](https://approov.io/docs/latest/approov-usage-documentation/#secure-strings). You must inform Approov what the value of each secret is as follows:
1717

1818
```
1919
approov secstrings -addKey your-secret-name -predefinedValue your-secret-value

SHAPES-EXAMPLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The `approov-service-httpsurlconn` dependency needs to be added as follows to th
5353
Note that in this case the dependency has been added with the tag `main-SNAPSHOT`. However, for your projects we recommend you add a dependency to a specific version:
5454

5555
```
56-
implementation 'com.github.approov:approov-service-httpsurlconn:3.1.0'
56+
implementation 'com.github.approov:approov-service-httpsurlconn:3.2.0'
5757
```
5858

5959
Make sure you do a Gradle sync (by selecting `Sync Now` in the banner at the top of the modified `.gradle` file) after making these changes.

0 commit comments

Comments
 (0)