File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments