We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30973f commit 79239eeCopy full SHA for 79239ee
1 file changed
README.md
@@ -11,7 +11,7 @@ The Approov integration is available via [`maven`](https://mvnrepository.com/rep
11
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:
12
13
```
14
-implementation("io.approov:service.httpsurlconn:3.5.1")
+implementation("io.approov:service.httpsurlconn:3.5.3")
15
16
17
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