File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion 23
5- buildToolsVersion " 23 .0.2"
5+ buildToolsVersion ' 26 .0.2'
66
77 defaultConfig {
88 applicationId " iterable.com.androidsdk"
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 1- # Wed Jun 01 13:16 :14 PDT 2016
1+ # Fri Nov 10 14:44 :14 EST 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
33android {
44 compileSdkVersion 23
5- buildToolsVersion " 23 .0.2"
5+ buildToolsVersion ' 26 .0.2'
66
77 defaultConfig {
88 minSdkVersion 15
You can’t perform that action at this time.
0 commit comments