Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kits/adjust/adjust-5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ android {

dependencies {
testImplementation files('libs/java-json.jar')
api 'com.adjust.sdk:adjust-android:5.0.0'
api 'com.adjust.sdk:adjust-android:[5.0.0,6.0.0)'
}
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
}

dependencies {
implementation project(':kits:adobe:adobe-5')
implementation project(':kits:adobe:adobe')
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.multidex:multidex:2.0.1'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Please note that the `adobemedia-kit` contains all the functionality of the `ado

```groovy
dependencies {
implementation 'com.mparticle:android-adobemedia-kit:5+'
implementation 'com.mparticle:android-adobemedia-kit:3+'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ configurations.all {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
api 'com.mparticle:android-media:1.5.0'
api 'com.adobe.marketing.mobile:mobileservices:1.1.5'
api 'com.adobe.marketing.mobile:analytics:3.0.1'
api 'com.adobe.marketing.mobile:media:3.1.0'
api 'com.adobe.marketing.mobile:userprofile:3.0.0'
api 'com.adobe.marketing.mobile:lifecycle:3.0.0'
api 'com.adobe.marketing.mobile:identity:3.0.0'
api 'com.adobe.marketing.mobile:signal:3.0.0'
api 'com.adobe.marketing.mobile:sdk-core:1.11.7'
api platform('com.adobe.marketing.mobile:sdk-bom:[3.0.0,4.0.0)')
api 'com.adobe.marketing.mobile:core'
api 'com.adobe.marketing.mobile:analytics'
api 'com.adobe.marketing.mobile:media'
api 'com.adobe.marketing.mobile:userprofile'
api 'com.adobe.marketing.mobile:lifecycle'
api 'com.adobe.marketing.mobile:identity'
api 'com.adobe.marketing.mobile:signal'
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
}

dependencies {
implementation project(':kits:adobemedia:adobemedia-5')
implementation project(':kits:adobemedia:adobemedia-3')
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'
}
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion kits/appsflyer/appsflyer-6/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ktlint {
}

dependencies {
api 'com.appsflyer:af-android-sdk:6.17.3'
api 'com.appsflyer:af-android-sdk:[6.17.3,7.0.0)'
testImplementation files('libs/java-json.jar')
testImplementation files('libs/testutils.aar')
}
Expand Down
2 changes: 1 addition & 1 deletion kits/apptentive/apptentive-6/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ allprojects {
}

dependencies {
api 'com.apptentive:apptentive-kit-android:6.9.1'
api 'com.apptentive:apptentive-kit-android:[6.9.1,7.0.0)'
testImplementation 'io.mockk:mockk:1.13.3'
}
2 changes: 1 addition & 1 deletion kits/apptimize/apptimize-3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ repositories {
}

dependencies {
api 'com.apptimize:apptimize-android:3.10.18@aar'
api 'com.apptimize:apptimize-android:[3.10.18,4.0.0)@aar'
}
2 changes: 1 addition & 1 deletion kits/branch/branch-5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ android {
}

dependencies {
api 'io.branch.sdk.android:library:5.12.0'
api 'io.branch.sdk.android:library:[5.12.0,6.0.0)'
}
2 changes: 1 addition & 1 deletion kits/braze/braze-38/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ repositories {

dependencies {
compileOnly 'com.google.firebase:firebase-messaging:[10.2.1, )'
api 'com.braze:android-sdk-ui:37.0.0'
api 'com.braze:android-sdk-ui:[37.0.0,38.0.0)'
testImplementation files('libs/java-json.jar')
}
2 changes: 1 addition & 1 deletion kits/braze/braze-39/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ repositories {

dependencies {
compileOnly 'com.google.firebase:firebase-messaging:[10.2.1, )'
api 'com.braze:android-sdk-ui:39.0.0'
api 'com.braze:android-sdk-ui:[39.0.0,40.0.0)'
testImplementation files('libs/java-json.jar')
}
2 changes: 1 addition & 1 deletion kits/braze/braze-40/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ repositories {

dependencies {
compileOnly 'com.google.firebase:firebase-messaging:[10.2.1, )'
api 'com.braze:android-sdk-ui:40.0.0'
api 'com.braze:android-sdk-ui:[40.0.0,41.0.0)'
testImplementation files('libs/java-json.jar')
}
2 changes: 1 addition & 1 deletion kits/braze/braze-41/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ repositories {

dependencies {
compileOnly 'com.google.firebase:firebase-messaging:[10.2.1, )'
api 'com.braze:android-sdk-ui:41.0.0'
api 'com.braze:android-sdk-ui:[41.0.0,41.1.0)'
Comment thread
nickolas-dimitrakas marked this conversation as resolved.
testImplementation files('libs/java-json.jar')
}
2 changes: 1 addition & 1 deletion kits/clevertap/clevertap-7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ android {

dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
api 'com.clevertap.android:clevertap-android-sdk:7.5.0'
api 'com.clevertap.android:clevertap-android-sdk:[7.5.0,8.0.0)'
}
2 changes: 1 addition & 1 deletion kits/comscore/comscore-6/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ android {
}

dependencies {
api 'com.comscore:android-analytics:6.9.2'
api 'com.comscore:android-analytics:[6.9.2,7.0.0)'
}
4 changes: 2 additions & 2 deletions kits/ga/ga-23/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ android {
dependencies {
testImplementation files('libs/java-json.jar')
testImplementation files('libs/test-utils.aar')
testImplementation 'com.google.android.gms:play-services-measurement-api:22.1.0'
compileOnly 'com.google.firebase:firebase-analytics:22.1.0'
testImplementation 'com.google.android.gms:play-services-measurement-api:[22.1.0,23.0.0)'
compileOnly 'com.google.firebase:firebase-analytics:[22.1.0,23.0.0)'
}
4 changes: 2 additions & 2 deletions kits/ga4/ga4-23/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ android {
dependencies {
testImplementation files('libs/java-json.jar')
testImplementation files('libs/test-utils.aar')
testImplementation 'com.google.android.gms:play-services-measurement-api:22.1.0'
testImplementation 'com.google.android.gms:play-services-measurement-api:[22.1.0,23.0.0)'

compileOnly 'com.google.firebase:firebase-analytics:22.1.0'
compileOnly 'com.google.firebase:firebase-analytics:[22.1.0,23.0.0)'
}
2 changes: 1 addition & 1 deletion kits/iterable/iterable-3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ android {
}

dependencies {
api 'com.iterable:iterableapi:3.5.10'
api 'com.iterable:iterableapi:[3.5.10,4.0.0)'
}
2 changes: 1 addition & 1 deletion kits/kochava/kochava-5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ android {
}

dependencies {
def kochava_tracker_version = "5.4.0"
def kochava_tracker_version = "[5.4.0,6.0.0)"
implementation("com.kochava.tracker:tracker:$kochava_tracker_version") // Required
implementation("com.kochava.tracker:events:$kochava_tracker_version") // Optional
implementation("com.kochava.tracker:engagement:$kochava_tracker_version") // Optional
Expand Down
2 changes: 1 addition & 1 deletion kits/leanplum/leanplum-7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ repositories {

dependencies {
testImplementation 'org.mockito:mockito-core:5.1.1'
api 'com.leanplum:leanplum-fcm:7.0.1'
api 'com.leanplum:leanplum-fcm:[7.0.1,7.1.0)'
Comment thread
nickolas-dimitrakas marked this conversation as resolved.
}
2 changes: 1 addition & 1 deletion kits/localytics/localytics-6/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ repositories {
}

dependencies {
api 'com.localytics.androidx:library:6.3.7'
api 'com.localytics.androidx:library:[6.3.7,7.0.0)'
compileOnly 'androidx.appcompat:appcompat:1.6.1'
testImplementation files('libs/java-json.jar')
}
16 changes: 8 additions & 8 deletions kits/matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"example_kotlin_project": ":kits:android-adjust:adjust-5:example-kotlin"
},
{
"name": "adobe-5",
"local_path": "kits/adobe/adobe-5",
"kit_project": ":kits:android-adobe:adobe-5",
"example_kotlin_project": ":kits:android-adobe:adobe-5:example-kotlin"
"name": "adobe",
"local_path": "kits/adobe/adobe",
"kit_project": ":kits:android-adobe:adobe",
"example_kotlin_project": ":kits:android-adobe:adobe:example-kotlin"
},
{
"name": "adobemedia-5",
"local_path": "kits/adobemedia/adobemedia-5",
"kit_project": ":kits:android-adobemedia:adobemedia-5",
"example_kotlin_project": ":kits:android-adobemedia:adobemedia-5:example-kotlin"
"name": "adobemedia-3",
"local_path": "kits/adobemedia/adobemedia-3",
"kit_project": ":kits:android-adobemedia:adobemedia-3",
"example_kotlin_project": ":kits:android-adobemedia:adobemedia-3:example-kotlin"
},
{
"name": "appsflyer-6",
Expand Down
4 changes: 2 additions & 2 deletions kits/onetrust/onetrust/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {
dependencies {
testImplementation fileTree(dir: 'libs', include: ['*.jar'])
//note that compileOnly requires kit users to define the dependency themselves
compileOnly 'com.onetrust.cmp:native-sdk:202411.2.0.0'
compileOnly 'com.onetrust.cmp:native-sdk:[202411.2.0.0,202412.0.0.0)'
// Add as testImplementation so tests can load OneTrustKit class
testImplementation 'com.onetrust.cmp:native-sdk:202411.2.0.0'
testImplementation 'com.onetrust.cmp:native-sdk:[202411.2.0.0,202412.0.0.0)'
}
2 changes: 1 addition & 1 deletion kits/optimizely/optimizely-3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ android {
}

dependencies {
api 'com.optimizely.ab:android-sdk:3.13.3'
api 'com.optimizely.ab:android-sdk:[3.13.3,4.0.0)'
testImplementation files('libs/java-json.jar')
testImplementation files('libs/test-utils.aar')
}
3 changes: 1 addition & 2 deletions kits/radar/radar-3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ android {
}

dependencies {
api 'io.radar:sdk:3.5.11'
api 'io.radar:sdk:[3.5.11,3.6.0)'
Comment thread
nickolas-dimitrakas marked this conversation as resolved.
testImplementation 'org.json:json:20220924'
}

2 changes: 1 addition & 1 deletion kits/rokt/rokt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
implementation 'androidx.annotation:annotation:1.5.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0'
implementation 'androidx.compose.runtime:runtime'
api 'com.rokt:roktsdk:6.0.1-rc.1'
api 'com.rokt:roktsdk:[6.0.1-rc.1,7.0.0)'
api "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

testImplementation files('libs/java-json.jar')
Expand Down
2 changes: 1 addition & 1 deletion kits/singular/singular-12/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ android {
}

dependencies {
api 'com.singular.sdk:singular_sdk:12.5.4'
api 'com.singular.sdk:singular_sdk:[12.5.4,13.0.0)'

androidTestImplementation 'androidx.test:runner:1.5.2'
testImplementation 'org.powermock:powermock-core:2.0.9'
Expand Down
2 changes: 1 addition & 1 deletion kits/urbanairship/urbanairship-20/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {

dependencies {
compileOnly 'androidx.legacy:legacy-support-v4:1.0.0'
api 'com.urbanairship.android:urbanairship-core:20.3.0'
api 'com.urbanairship.android:urbanairship-core:[20.3.0,21.0.0)'
testImplementation 'junit:junit:4.13.2'
testImplementation files('libs/java-json.jar')
}
8 changes: 4 additions & 4 deletions settings-kit-examples.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
apply from: 'settings-kits.gradle'

include ':kits:adjust:adjust-5:example-kotlin',
':kits:adobe:adobe-5:example-kotlin',
':kits:adobemedia:adobemedia-5:example-kotlin',
':kits:adobe:adobe:example-kotlin',
':kits:adobemedia:adobemedia-3:example-kotlin',
':kits:appsflyer:appsflyer-6:example-kotlin',
':kits:apptentive:apptentive-6:example-kotlin',
':kits:apptimize:apptimize-3:example-kotlin',
Expand All @@ -27,8 +27,8 @@ include ':kits:adjust:adjust-5:example-kotlin',
':kits:singular:singular-12:example-kotlin'

project(':kits:adjust:adjust-5:example-kotlin').projectDir = file('kits/adjust/adjust-5/example/example-kotlin')
project(':kits:adobe:adobe-5:example-kotlin').projectDir = file('kits/adobe/adobe-5/example/example-kotlin')
project(':kits:adobemedia:adobemedia-5:example-kotlin').projectDir = file('kits/adobemedia/adobemedia-5/example/example-kotlin')
project(':kits:adobe:adobe:example-kotlin').projectDir = file('kits/adobe/adobe/example/example-kotlin')
project(':kits:adobemedia:adobemedia-3:example-kotlin').projectDir = file('kits/adobemedia/adobemedia-3/example/example-kotlin')
project(':kits:appsflyer:appsflyer-6:example-kotlin').projectDir = file('kits/appsflyer/appsflyer-6/example/example-kotlin')
project(':kits:apptentive:apptentive-6:example-kotlin').projectDir = file('kits/apptentive/apptentive-6/example/example-kotlin')
project(':kits:apptimize:apptimize-3:example-kotlin').projectDir = file('kits/apptimize/apptimize-3/example/example-kotlin')
Expand Down
4 changes: 2 additions & 2 deletions settings-kits.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

include (
':kits:adjust:adjust-5',
':kits:adobe:adobe-5',
':kits:adobemedia:adobemedia-5',
':kits:adobe:adobe',
':kits:adobemedia:adobemedia-3',
':kits:appsflyer:appsflyer-6',
':kits:apptentive:apptentive-6',
':kits:apptimize:apptimize-3',
Expand Down
Loading