Skip to content

Commit 440bd77

Browse files
committed
updated grade version and build tools
1 parent 3c424d1 commit 440bd77

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion "23.0.2"
5+
buildToolsVersion '26.0.2'
66

77
defaultConfig {
88
applicationId "iterable.com.androidsdk"

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:2.1.0'
7+
classpath 'com.android.tools.build:gradle:3.0.0'
88
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
9-
classpath "com.github.dcendents:android-maven-gradle-plugin:1.3"
9+
classpath "com.github.dcendents:android-maven-gradle-plugin:1.5"
1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
1212
}
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Jun 01 13:16:14 PDT 2016
1+
#Fri Nov 10 14:44:14 EST 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

iterableapi/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 23
5-
buildToolsVersion "23.0.2"
5+
buildToolsVersion '26.0.2'
66

77
defaultConfig {
88
minSdkVersion 15

0 commit comments

Comments
 (0)