Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Approov integration is available via [`maven`](https://mvnrepository.com/rep
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:

```
implementation("io.approov:service.httpsurlconn:3.5.3")
implementation("io.approov:service.httpsurlconn:3.5.4")
```

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
2 changes: 1 addition & 1 deletion SHAPES-EXAMPLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The `approov-service-httpsurlconn` dependency needs to be added as follows to th
![App Build Gradle](readme-images/app-gradle.png)

```
implementation("io.approov:service.httpsurlconn:3.5.3")
implementation("io.approov:service.httpsurlconn:3.5.4")
```

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