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") }