Skip to content

Commit c3bdf48

Browse files
authored
Merge pull request #12 from approov/feature/3.5.1
Use SDK 3.5.1
2 parents 14fba01 + 8e1ddf5 commit c3bdf48

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

approov-service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030

3131
dependencies {
3232
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
33-
implementation 'io.approov:approov-android-sdk:3.5.0'
33+
implementation 'io.approov:approov-android-sdk:3.5.1'
3434
implementation 'org.bouncycastle:bcprov-jdk15to18:1.80'
3535
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
3636
implementation 'com.squareup.retrofit2:converter-gson:2.11.0'

approov-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>io.approov</groupId>
4848
<artifactId>approov-android-sdk</artifactId>
49-
<version>3.5.0</version>
49+
<version>3.5.1</version>
5050
<scope>runtime</scope>
5151
</dependency>
5252
<dependency>

0 commit comments

Comments
 (0)