Skip to content

Commit

Permalink
update to 2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pwilkniss committed Apr 20, 2016
1 parent 088264f commit 4ef51b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified CleverTapAndroidSDK.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ For more information check out our [website](https://clevertap.com "CleverTap")
We publish the sdk to jcenter and mavenCentral as an `aar` file. Just declare it as dependency in your `build.gradle` file.

dependencies {
compile 'com.clevertap.android:clevertap-android-sdk:2.0.10'
compile 'com.clevertap.android:clevertap-android-sdk:2.0.11'
}

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

dependencies {
compile 'com.clevertap.android:clevertap-android-sdk:2.0.10'
compile 'com.clevertap.android:clevertap-android-sdk:2.0.11'
compile 'com.android.support:support-v4:23.1.1+'
compile 'com.google.android.gms:play-services-base:8.4.0+'
compile 'com.google.android.gms:play-services-basement:8.4.0+'
Expand Down
2 changes: 1 addition & 1 deletion StarterProject/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

dependencies {
compile 'com.clevertap.android:clevertap-android-sdk:2.0.10'
compile 'com.clevertap.android:clevertap-android-sdk:2.0.11'
//compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.google.android.gms:play-services-base:8.4.0'
compile 'com.google.android.gms:play-services-ads:8.4.0'
Expand Down

0 comments on commit 4ef51b9

Please sign in to comment.