Skip to content

Commit

Permalink
update to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwilkniss committed Oct 20, 2016
1 parent e27c62f commit 70de466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -20,13 +20,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:3.0.0'
compile 'com.clevertap.android:clevertap-android-sdk:3.1.0'
}
Then add the below Google Play Services (or Firebase Messaging, depending on if you use GCM or FCM) libraries and Android Support Library v4 as dependencies to your Module `build.gradle` file.

dependencies {
compile 'com.clevertap.android:clevertap-android-sdk:3.0.0'
compile 'com.clevertap.android:clevertap-android-sdk:3.1.0'
compile 'com.android.support:support-v4:23.4.0+'
compile 'com.google.android.gms:play-services-gcm:9.0.2+' // if using GCM, omit if using FCM
compile 'com.google.firebase:firebase-messaging:9.0.2+' // if using FCM, omit if using GCM
Expand Down

0 comments on commit 70de466

Please sign in to comment.