Skip to content

Commit

Permalink
Merge pull request #21 from CleverTap/1.2.2
Browse files Browse the repository at this point in the history
SDK-1041: Update CT Android SDK to v4.2.0
  • Loading branch information
william-ct authored Sep 15, 2021
2 parents ed47537 + 84e9d95 commit 2d1b80e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
Expand Down
18 changes: 9 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}

Expand All @@ -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)'
Expand Down Expand Up @@ -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'
}
Expand All @@ -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"
Expand Down

0 comments on commit 2d1b80e

Please sign in to comment.