Skip to content

Commit a30973f

Browse files
authored
Merge pull request #3 from approov/feature/3.5.1
Update docs for SDK 3.5.1
2 parents b9673e8 + f4ffe1a commit a30973f

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.0")
14+
implementation("io.approov:service.httpsurlconn:3.5.1")
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.0")
48+
implementation("io.approov:service.httpsurlconn:3.5.1")
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)