Skip to content

Commit 3726f3e

Browse files
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>
1 parent 02694bd commit 3726f3e

29 files changed

Lines changed: 8 additions & 15 deletions

File tree

File renamed without changes.

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.

kits/adobe/adobe-5/example/example-kotlin/src/main/res/mipmap-anydpi-v26/ic_launcher.xml renamed to kits/adobe/adobe/example/example-kotlin/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

File renamed without changes.

0 commit comments

Comments
 (0)