Skip to content

Commit 7187ac7

Browse files
committed
LIBMOBILE-1187
- Added Nielsen SDK - added segment implementation
1 parent de2866e commit 7187ac7

File tree

3 files changed

+683
-3
lines changed

3 files changed

+683
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ allprojects {
3333
mavenCentral()
3434
google()
3535
gradlePluginPortal()
36+
maven {
37+
url = uri("https://raw.githubusercontent.com/NielsenDigitalSDK/nielsenappsdk-android/master/")
38+
}
3639
}
3740
}
3841

lib/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ android {
4242
dependencies {
4343
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5")
4444

45-
implementation("com.segment.analytics.kotlin:android:1.5.0")
45+
implementation("com.segment.analytics.kotlin:android:1.6.2")
4646
implementation("androidx.multidex:multidex:2.0.1")
4747
implementation("androidx.core:core-ktx:1.7.0")
4848

@@ -52,7 +52,7 @@ dependencies {
5252

5353
// Partner Dependencies
5454
dependencies {
55-
// TODO add your partner deps here
55+
implementation("com.nielsenappsdk:globalx:9.0.0.0")
5656
}
5757

5858
// Test Dependencies

0 commit comments

Comments
 (0)