Skip to content

Commit

Permalink
update to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwilkniss committed May 8, 2016
1 parent 4ef51b9 commit e244ae3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 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.11'
compile 'com.clevertap.android:clevertap-android-sdk:2.1.0'
}

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.11'
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+'
Expand Down
7 changes: 3 additions & 4 deletions StarterProject/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.3"

defaultConfig {
applicationId "com.clevertap.starter"
Expand All @@ -22,13 +22,12 @@ android {
}

dependencies {
compile 'com.clevertap.android:clevertap-android-sdk:2.0.11'
compile 'com.clevertap.android:clevertap-android-sdk:2.1.0'
//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'
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.google.android.gms:play-services-plus:8.4.0'
compile 'com.android.support:support-v4:23.1.1'
compile 'com.android.support:appcompat-v7:23.1.1'
}
Expand Down
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 @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.google.gms:google-services:2.0.0-alpha3'

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit e244ae3

Please sign in to comment.