Commit 7ecc532
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
- kits
- adjust/adjust-5
- adobemedia/adobemedia-3
- example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/adobemedia/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- gradle/wrapper
- libs
- src
- main
- kotlin/com/mparticle/kits
- test/kotlin/com
- adobe/marketing/mobile
- mparticle/kits
- adobe/adobe
- example/example-kotlin
- src/main
- kotlin/com/mparticle/kits/adobe/example/kotlin
- res
- drawable
- layout
- mipmap-anydpi-v26
- values
- gradle/wrapper
- src
- main
- kotlin/com/mparticle/kits
- res/values
- test/kotlin/com/mparticle/kits
- appsflyer/appsflyer-6
- apptentive/apptentive-6
- apptimize/apptimize-3
- branch/branch-5
- braze
- braze-38
- braze-39
- braze-40
- braze-41
- clevertap/clevertap-7
- comscore/comscore-6
- ga4/ga4-23
- ga/ga-23
- iterable/iterable-3
- kochava/kochava-5
- leanplum/leanplum-7
- localytics/localytics-6
- onetrust/onetrust
- optimizely/optimizely-3
- radar/radar-3
- rokt/rokt
- singular/singular-12
- urbanairship/urbanairship-20
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments