File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ The Approov integration is available via [`maven`](https://mvnrepository.com/rep
1111The ` 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
1717Make 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.
Original file line number Diff line number Diff 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
5151Make 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.
You can’t perform that action at this time.
0 commit comments