From 3f96911c54f17ce80b4c48cdb39b1917d6f225ad Mon Sep 17 00:00:00 2001 From: charlesoj6205 Date: Tue, 28 Jul 2026 10:42:40 +0100 Subject: [PATCH] Update Approov service layer to latest published versions Point the quickstart at the current release on Maven Central, and align the Approov SDK reference with the version the service layer actually resolves transitively (verified against the service POM). Co-Authored-By: Claude Opus 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab0a447..a66da48 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ implementation("io.approov:service.okhttp:3.5.8") 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. -This package is actually an open source wrapper layer that allows you to easily use Approov with `OkHttp`. This has a further dependency to the closed source [Approov SDK](https://central.sonatype.com/artifact/io.approov/approov-android-sdk/3.5.1). In some cases you may need to also add this implementation to your dependencies list to avoid build errors: +This package is actually an open source wrapper layer that allows you to easily use Approov with `OkHttp`. This has a further dependency to the closed source [Approov SDK](https://central.sonatype.com/artifact/io.approov/approov-android-sdk/3.5.3). In some cases you may need to also add this implementation to your dependencies list to avoid build errors: ``` implementation("io.approov:approov-android-sdk:3.5.3")