Skip to content

Commit 8ebe28b

Browse files
charlesoj6205claude
andcommitted
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 <noreply@anthropic.com>
1 parent 3f87394 commit 8ebe28b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Approov integration is available via [`maven`](https://mvnrepository.com/rep
1111
The `Maven` repository is already present in the gradle.build file so the only import you need to make is the actual service layer itself:
1212

1313
```
14-
implementation("io.approov:service.httpsurlconn:3.5.3")
14+
implementation("io.approov:service.httpsurlconn:3.5.4")
1515
```
1616

1717
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.

SHAPES-EXAMPLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The `approov-service-httpsurlconn` dependency needs to be added as follows to th
4545
![App Build Gradle](readme-images/app-gradle.png)
4646

4747
```
48-
implementation("io.approov:service.httpsurlconn:3.5.3")
48+
implementation("io.approov:service.httpsurlconn:3.5.4")
4949
```
5050

5151
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)