File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ android {
2222}
2323
2424dependencies {
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'
You can’t perform that action at this time.
0 commit comments