We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14fba01 + 8e1ddf5 commit c3bdf48Copy full SHA for c3bdf48
2 files changed
approov-service/build.gradle
@@ -30,7 +30,7 @@ android {
30
31
dependencies {
32
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
33
- implementation 'io.approov:approov-android-sdk:3.5.0'
+ implementation 'io.approov:approov-android-sdk:3.5.1'
34
implementation 'org.bouncycastle:bcprov-jdk15to18:1.80'
35
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
36
implementation 'com.squareup.retrofit2:converter-gson:2.11.0'
approov-service/pom.xml
@@ -46,7 +46,7 @@
46
<dependency>
47
<groupId>io.approov</groupId>
48
<artifactId>approov-android-sdk</artifactId>
49
- <version>3.5.0</version>
+ <version>3.5.1</version>
50
<scope>runtime</scope>
51
</dependency>
52
0 commit comments