Skip to content

Commit 7ecc532

Browse files
feat: pin kit SDK dependencies to current supported ranges (#725)
* feat: pin kit SDK dependencies to current supported ranges * refactor(adobemedia): rename kit to adobemedia-3 and lock to Adobe SDK BOM Adobe's Experience Platform SDK is at major 3.x, so the kit directory now follows the wrapped-SDK-major convention (adobemedia-5 -> adobemedia-3). Replace the mixed per-artifact pins with the Adobe sdk-bom. The legacy sdk-core (deprecated 2024-06-30) and mobileservices (unsupported on Android) artifacts are dropped; modern `core` now arrives via the BOM. The BOM range [3.0.0,4.0.0) auto-tracks the latest 3.x minor/patch, the Gradle equivalent of iOS SPM .upToNextMajor(from: "3.0.0"). Updated matrix.json, settings-kits.gradle, settings-kit-examples.gradle, the example module project ref, and the README install line. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * refactor(adobe): rename adobe-5 to adobe (no SDK, S2S only) and drop adobemedia BOM comments The adobe kit is a server-to-server integration with no Adobe SDK dependency (no com.adobe.* imports), so the wrapped-SDK-major suffix does not apply — renamed adobe-5 -> adobe, matching the no-number convention used by onetrust and rokt. Updated matrix.json, settings-kits.gradle, settings-kit-examples.gradle, and the example module project ref. The published artifact version (android-adobe-kit:5+) is unchanged, consistent with other no-number kits. Also removed the explanatory comments from the adobemedia-3 BOM block. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 0ced357 commit 7ecc532

76 files changed

Lines changed: 51 additions & 52 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

kits/adjust/adjust-5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ android {
5858

5959
dependencies {
6060
testImplementation files('libs/java-json.jar')
61-
api 'com.adjust.sdk:adjust-android:5.0.0'
61+
api 'com.adjust.sdk:adjust-android:[5.0.0,6.0.0)'
6262
}

kits/adobe/adobe-5/example/example-kotlin/build.gradle renamed to kits/adobe/adobe/example/example-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
}
3434

3535
dependencies {
36-
implementation project(':kits:adobe:adobe-5')
36+
implementation project(':kits:adobe:adobe')
3737
implementation 'androidx.appcompat:appcompat:1.6.1'
3838
implementation 'com.google.android.material:material:1.11.0'
3939
implementation 'androidx.multidex:multidex:2.0.1'

kits/adobe/adobe-5/example/example-kotlin/src/main/AndroidManifest.xml renamed to kits/adobe/adobe/example/example-kotlin/src/main/AndroidManifest.xml

File renamed without changes.

kits/adobe/adobe-5/example/example-kotlin/src/main/kotlin/com/mparticle/kits/adobe/example/kotlin/ExampleApplication.kt renamed to kits/adobe/adobe/example/example-kotlin/src/main/kotlin/com/mparticle/kits/adobe/example/kotlin/ExampleApplication.kt

File renamed without changes.

kits/adobe/adobe-5/example/example-kotlin/src/main/kotlin/com/mparticle/kits/adobe/example/kotlin/MainActivity.kt renamed to kits/adobe/adobe/example/example-kotlin/src/main/kotlin/com/mparticle/kits/adobe/example/kotlin/MainActivity.kt

File renamed without changes.

kits/adobe/adobe-5/example/example-kotlin/src/main/res/drawable/ic_launcher_foreground.xml renamed to kits/adobe/adobe/example/example-kotlin/src/main/res/drawable/ic_launcher_foreground.xml

File renamed without changes.

kits/adobe/adobe-5/example/example-kotlin/src/main/res/layout/activity_main.xml renamed to kits/adobe/adobe/example/example-kotlin/src/main/res/layout/activity_main.xml

File renamed without changes.

0 commit comments

Comments
 (0)