From 912fc580e626c69c26ed876d1f7f3db5937bae40 Mon Sep 17 00:00:00 2001 From: saquib-adobe Date: Thu, 31 Jul 2025 16:42:27 +0530 Subject: [PATCH] Upgrading the AEPSDK Gradle Plugin Version to 3.4.3 --- code/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/build.gradle.kts b/code/build.gradle.kts index d065fa0b..ea83a7ad 100644 --- a/code/build.gradle.kts +++ b/code/build.gradle.kts @@ -19,6 +19,6 @@ buildscript { mavenLocal() } dependencies { - classpath("com.github.adobe:aepsdk-commons:gp-3.4.2") + classpath("com.github.adobe:aepsdk-commons:gp-3.4.3") } } \ No newline at end of file