From c6833bd2c7a59fdb7c3963bd3d6337c91a2e58d5 Mon Sep 17 00:00:00 2001 From: saquib-adobe Date: Wed, 30 Jul 2025 01:54:57 +0530 Subject: [PATCH 1/2] Upgrading the workflow version to gha-android-3.4.3 --- .github/workflows/maven-release.yml | 2 +- .github/workflows/maven-snapshot.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index 60a4b72f..65b21404 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -40,7 +40,7 @@ jobs: publish: permissions: contents: write - uses: adobe/aepsdk-commons/.github/workflows/android-maven-release.yml@gha-android-3.4.2 + uses: adobe/aepsdk-commons/.github/workflows/android-maven-release.yml@gha-android-3.4.3 with: tag: ${{ github.event.inputs.tag }} create-github-release: ${{ github.event.inputs.create-github-release == 'true' }} diff --git a/.github/workflows/maven-snapshot.yml b/.github/workflows/maven-snapshot.yml index 0380d85f..6274b7e4 100644 --- a/.github/workflows/maven-snapshot.yml +++ b/.github/workflows/maven-snapshot.yml @@ -24,7 +24,7 @@ jobs: publish: permissions: contents: write - uses: adobe/aepsdk-commons/.github/workflows/android-maven-snapshot.yml@gha-android-3.4.2 + uses: adobe/aepsdk-commons/.github/workflows/android-maven-snapshot.yml@gha-android-3.4.3 secrets: inherit with: ref: ${{ inputs.ref }} From 912fc580e626c69c26ed876d1f7f3db5937bae40 Mon Sep 17 00:00:00 2001 From: saquib-adobe Date: Thu, 31 Jul 2025 16:42:27 +0530 Subject: [PATCH 2/2] 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