Skip to content

Commit b9673e8

Browse files
ivo.liondovivo.liondov
authored andcommitted
Update Android service layer SDK to 3.5.0
1 parent ba12908 commit b9673e8

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