From 0e8cc5d21731d0f35923e6dbc390fcccf4ebd0a3 Mon Sep 17 00:00:00 2001 From: william Date: Wed, 15 Sep 2021 11:12:29 +0530 Subject: [PATCH 1/2] task(SDK-1041): update ct-core, g-services, test libs dependencies --- build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 49ced21..8f11e63 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:4.0.1' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' - classpath 'com.google.gms:google-services:4.3.3' + classpath 'com.google.gms:google-services:4.3.10' } } @@ -193,10 +193,10 @@ dependencies { compileOnly 'com.segment.analytics.android:analytics:4.9.4' compileOnly 'androidx.annotation:annotation:1.1.0' - implementation 'com.clevertap.android:clevertap-android-sdk:4.1.1' + implementation 'com.clevertap.android:clevertap-android-sdk:4.2.0' - testImplementation 'junit:junit:4.12' - testImplementation('org.robolectric:robolectric:3.0') { + testImplementation 'junit:junit:4.13.2' + testImplementation('org.robolectric:robolectric:4.3.1') { exclude group: 'commons-logging', module: 'commons-logging' exclude group: 'org.apache.httpcomponents', module: 'httpclient' } @@ -206,10 +206,10 @@ dependencies { testImplementation 'org.assertj:assertj-core:2.6.0' testImplementation 'org.powermock:powermock:1.6.2' - testImplementation 'org.powermock:powermock-classloading-xstream:1.6.2' - testImplementation 'org.powermock:powermock-module-junit4-rule:1.6.2' - testImplementation 'org.powermock:powermock-module-junit4:1.6.2' - testImplementation 'org.powermock:powermock-api-mockito2:2.0.7' + testImplementation 'org.powermock:powermock-classloading-xstream:2.0.9' + testImplementation 'org.powermock:powermock-module-junit4-rule:2.0.9' + testImplementation 'org.powermock:powermock-module-junit4:2.0.9' + testImplementation 'org.powermock:powermock-api-mockito2:2.0.9' testImplementation 'org.hamcrest:hamcrest-library:1.3' testImplementation "org.json:json:20140107" From 84e9d951f9b4dbbc4edcff67b0589d69a4347b63 Mon Sep 17 00:00:00 2001 From: william Date: Wed, 15 Sep 2021 11:17:44 +0530 Subject: [PATCH 2/2] task(SDK-1041): update version and CHANGELOG.md --- CHANGELOG.md | 4 ++++ build.gradle | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad7764e..244f7bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGE LOG +Version 1.2.2 (15 September, 2021) +=================================== +*(Supports analytics-android 4.9.4 and CleverTap 4.2.0)* + Version 1.2.1 (11 May, 2021) =================================== *(Supports analytics-android 4.9.4 and CleverTap 4.1.1)* diff --git a/build.gradle b/build.gradle index 8f11e63..6d89224 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ ext { siteUrl = 'https://github.com/CleverTap/clevertap-segment-android' gitUrl = 'https://github.com/CleverTap/clevertap-segment-android.git' - libraryVersion = '1.2.1' + libraryVersion = '1.2.2' licenseName = 'The MIT License (MIT)'