Skip to content

Commit

Permalink
Update to the latest SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Taylor committed Jan 6, 2022
1 parent 81468c4 commit 60fa1ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEXT-STEPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Note, on Windows you need to substitute \ for / in the above command.

> **IMPORTANT:** The registration takes up to 30 seconds to propagate across the Approov Cloud Infrastructure, therefore don't try to run the app again before this time as elapsed. During development of your app you can ensure it [always passes](https://approov.io/docs/latest/approov-usage-documentation/#adding-a-device-security-policy) on your device so you do not have to register the APK each time you modify it.
[Managing Registrations](https://approov.io/docs/latest/approov-usage-documentation/#managing-registrations) provides more details for app registrations, especially for releases to the Play Store.
[Managing Registrations](https://approov.io/docs/latest/approov-usage-documentation/#managing-registrations) provides more details for app registrations, especially for releases to the Play Store. Note that you may also need to apply specific [Android Obfuscation](https://approov.io/docs/latest/approov-usage-documentation/#android-obfuscation) rules for your app when releasing it.

## BACKEND INTEGRATION
In order to fully implement Approov you must verify the Approov token in your backend API. Various [Backend API Quickstarts](https://approov.io/docs/latest/approov-integration-examples/backend-api/) are availble to suit your particular situation.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Secondly, add the dependency in your app's `build.gradle`:

```
dependencies {
implementation 'com.github.approov:approov-service-retrofit:2.7.0'
implementation 'com.github.approov:approov-service-retrofit:2.9.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion SHAPES-EXAMPLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The `approov-service-retrofit` dependency needs to be added as follows to the `a
Note that in this case the dependency has been added with the tag `main-SNAPSHOT`. For your projects we recommend you add a dependency to a specific version.

```
implementation 'com.github.approov:approov-service-retrofit:2.7.0'
implementation 'com.github.approov:approov-service-retrofit:2.9.0'
```

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.
Expand Down

0 comments on commit 60fa1ec

Please sign in to comment.