Skip to content

Commit

Permalink
update to CleverTap 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pwilkniss committed Jun 6, 2016
1 parent e244ae3 commit 881b38f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 18 deletions.
Binary file modified CleverTapAndroidSDK.jar
Binary file not shown.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,15 @@ 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.1.0'
compile 'com.clevertap.android:clevertap-android-sdk:2.1.1'
}

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.1.0'
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+'
compile 'com.google.android.gms:play-services-gcm:8.4.0+'
compile 'com.google.android.gms:play-services-location:8.4.0+'
compile 'com.clevertap.android:clevertap-android-sdk:2.1.1'
compile 'com.android.support:support-v4:23.4.0+'
compile 'com.google.android.gms:play-services-gcm:9.0.2+'
}

Also be sure to include the google-services classpath in your Project level `build.gradle` file:
Expand All @@ -52,7 +49,7 @@ For more information check out our [website](https://clevertap.com "CleverTap")
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-alpha3'
classpath 'com.google.gms:google-services:2.0.0-alpha3'
classpath 'com.google.gms:google-services:3.0.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
13 changes: 4 additions & 9 deletions StarterProject/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,9 @@ android {
}

dependencies {
compile 'com.clevertap.android:clevertap-android-sdk:2.1.0'
compile 'com.clevertap.android:clevertap-android-sdk:2.1.1'
//compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.google.android.gms:play-services-base:8.4.0'
compile 'com.google.android.gms:play-services-basement:8.4.0'
compile 'com.google.android.gms:play-services-gcm:8.4.0'
compile 'com.google.android.gms:play-services-location:8.4.0'
compile 'com.android.support:support-v4:23.1.1'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.google.android.gms:play-services-gcm:9.0.2'
compile 'com.android.support:support-v4:23.4.0'
compile 'com.android.support:appcompat-v7:23.4.0'
}

apply plugin:'com.google.gms.google-services'
Binary file modified StarterProject/app/libs/CleverTapAndroidSDK.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion StarterProject/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.google.gms:google-services:2.0.0-alpha3'
classpath 'com.google.gms:google-services:3.0.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 881b38f

Please sign in to comment.