Skip to content

Commit ddf2d38

Browse files
committed
update to 2.0.5
1 parent a929c59 commit ddf2d38

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CleverTapAndroidSDK.jar

2.86 KB
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ 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.4'
28+
compile 'com.clevertap.android:clevertap-android-sdk:2.0.5'
2929
}
3030

3131
Then add the Google Play Services and Android Support Library v4 depencies to your `build.gradle` file.
3232

3333
dependencies {
34-
compile 'com.clevertap.android:clevertap-android-sdk:2.0.4'
34+
compile 'com.clevertap.android:clevertap-android-sdk:2.0.5'
3535
compile 'com.google.android.gms:play-services:8.3.0'
3636
compile 'com.android.support:support-v4:23.1.1'
3737
}

StarterProject/app/build.gradle

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

2424
dependencies {
25-
compile 'com.clevertap.android:clevertap-android-sdk:2.0.4'
25+
//compile 'com.clevertap.android:clevertap-android-sdk:2.0.5'
26+
compile fileTree(dir: 'libs', include: ['*.jar'])
2627
compile 'com.google.android.gms:play-services:8.3.0'
2728
compile 'com.android.support:support-v4:23.1.1'
2829
compile 'com.android.support:appcompat-v7:23.1.1'
120 KB
Binary file not shown.

0 commit comments

Comments
 (0)