Skip to content

Commit 088264f

Browse files
committed
update to 2.0.10
1 parent 67505f8 commit 088264f

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

CleverTapAndroidSDK.jar

2.23 KB
Binary file not shown.

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,18 @@ For more information check out our [website](https://clevertap.com "CleverTap")
2525
We publish the sdk to jcenter and mavenCentral as an `aar` file. Just declare it as dependency in your `build.gradle` file.
2626

2727
dependencies {
28-
compile 'com.clevertap.android:clevertap-android-sdk:2.0.9'
28+
compile 'com.clevertap.android:clevertap-android-sdk:2.0.10'
2929
}
3030

3131
Then add the below Google Play Services libraries and Android Support Library v4 as dependencies to your Module `build.gradle` file.
3232

3333
dependencies {
34-
compile 'com.clevertap.android:clevertap-android-sdk:2.0.9'
35-
compile 'com.google.android.gms:play-services-base:8.4.0'
36-
compile 'com.google.android.gms:play-services-ads:8.4.0'
37-
compile 'com.google.android.gms:play-services-gcm:8.4.0'
38-
compile 'com.google.android.gms:play-services-location:8.4.0'
39-
compile 'com.google.android.gms:play-services-plus:8.4.0'
40-
compile 'com.android.support:support-v4:23.1.1'
34+
compile 'com.clevertap.android:clevertap-android-sdk:2.0.10'
35+
compile 'com.android.support:support-v4:23.1.1+'
36+
compile 'com.google.android.gms:play-services-base:8.4.0+'
37+
compile 'com.google.android.gms:play-services-basement:8.4.0+'
38+
compile 'com.google.android.gms:play-services-gcm:8.4.0+'
39+
compile 'com.google.android.gms:play-services-location:8.4.0+'
4140
}
4241

4342
Also be sure to include the google-services classpath in your Project level `build.gradle` file:

StarterProject/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
}
2323

2424
dependencies {
25-
compile 'com.clevertap.android:clevertap-android-sdk:2.0.9'
25+
compile 'com.clevertap.android:clevertap-android-sdk:2.0.10'
2626
//compile fileTree(dir: 'libs', include: ['*.jar'])
2727
compile 'com.google.android.gms:play-services-base:8.4.0'
2828
compile 'com.google.android.gms:play-services-ads:8.4.0'
2.23 KB
Binary file not shown.

0 commit comments

Comments
 (0)