From e49e64df842c529b71b4d640125692cc94fc41d0 Mon Sep 17 00:00:00 2001 From: charlesoj6205 Date: Tue, 28 Jul 2026 10:42:40 +0100 Subject: [PATCH] Update Approov service layer to latest published versions Point the quickstart at the current release on Maven Central, and align the Approov SDK reference with the version the service layer actually resolves transitively (verified against the service POM). Co-Authored-By: Claude Opus 5 --- shapes-app/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapes-app/app/build.gradle b/shapes-app/app/build.gradle index 9ea12f6..1944e30 100644 --- a/shapes-app/app/build.gradle +++ b/shapes-app/app/build.gradle @@ -67,5 +67,5 @@ dependencies { implementation 'javax.annotation:javax.annotation-api:1.2' // *** UNCOMMENT THE LINE BELOW FOR APPROOV *** - // implementation("io.approov:service.grpc:3.3.0") + // implementation("io.approov:service.grpc:3.5.3") }