From f8ddfc92c21dd579fc8c139b1338cfc2da6a6122 Mon Sep 17 00:00:00 2001 From: adriantuk Date: Fri, 17 Oct 2025 11:47:03 +0100 Subject: [PATCH] Use SDK 3.5.1 --- approov-service/build.gradle | 2 +- approov-service/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/approov-service/build.gradle b/approov-service/build.gradle index 1aa09d6..7d9eec2 100644 --- a/approov-service/build.gradle +++ b/approov-service/build.gradle @@ -33,6 +33,6 @@ android { dependencies { implementation 'com.squareup.okhttp3:okhttp:4.12.0' - implementation 'io.approov:approov-android-sdk:3.5.0' + implementation 'io.approov:approov-android-sdk:3.5.1' } diff --git a/approov-service/pom.xml b/approov-service/pom.xml index 747f75c..0f8933a 100644 --- a/approov-service/pom.xml +++ b/approov-service/pom.xml @@ -40,7 +40,7 @@ io.approov approov-android-sdk - 3.5.0 + 3.5.1 runtime