From ff808df033b4cfdd53664f26484214bd9a94a5ec Mon Sep 17 00:00:00 2001 From: Prashanth Rudrabhat Date: Wed, 23 Jul 2025 18:44:56 -0700 Subject: [PATCH] Use AEP Gradle Version to 3.4.1 AEP Gradle Plugin fixes project version generation for bundles. This allows projects with multiple modules to set the right version tag without overwriting on publish. --- 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 affe92b82..17402fe20 100644 --- a/code/build.gradle.kts +++ b/code/build.gradle.kts @@ -8,7 +8,7 @@ buildscript { } dependencies { - classpath("com.github.adobe:aepsdk-commons:gp-3.4.0") + classpath("com.github.adobe:aepsdk-commons:gp-3.4.1") classpath("org.jetbrains.kotlinx:binary-compatibility-validator:0.13.2") classpath("androidx.benchmark:benchmark-gradle-plugin:1.2.3") }