Skip to content

Commit 75962d0

Browse files
committed
update to 2.1.2
1 parent 881b38f commit 75962d0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CleverTapAndroidSDK.jar

7 KB
Binary file not shown.

README.md

Lines changed: 3 additions & 3 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.1.1'
28+
compile 'com.clevertap.android:clevertap-android-sdk:2.1.2'
2929
}
3030

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

3333
dependencies {
34-
compile 'com.clevertap.android:clevertap-android-sdk:2.1.1'
34+
compile 'com.clevertap.android:clevertap-android-sdk:2.1.2'
3535
compile 'com.android.support:support-v4:23.4.0+'
3636
compile 'com.google.android.gms:play-services-gcm:9.0.2+'
3737
}
@@ -48,7 +48,7 @@ For more information check out our [website](https://clevertap.com "CleverTap")
4848

4949
}
5050
dependencies {
51-
classpath 'com.android.tools.build:gradle:2.0.0-alpha3'
51+
classpath 'com.android.tools.build:gradle:2.1.2'
5252
classpath 'com.google.gms:google-services:3.0.0'
5353

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

StarterProject/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88

99
defaultConfig {
1010
applicationId "com.clevertap.starter"
11-
minSdkVersion 15
11+
minSdkVersion 9
1212
targetSdkVersion 23
1313
versionCode 1
1414
versionName "1.0"

StarterProject/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
jcenter()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.1.0'
8+
classpath 'com.android.tools.build:gradle:2.1.2'
99
classpath 'com.google.gms:google-services:3.0.0'
1010

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

0 commit comments

Comments
 (0)