File tree 4 files changed +6
-6
lines changed
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'
2
2
3
3
android {
4
4
compileSdkVersion 23
5
- buildToolsVersion " 23 .0.2"
5
+ buildToolsVersion ' 26 .0.2'
6
6
7
7
defaultConfig {
8
8
applicationId " iterable.com.androidsdk"
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ buildscript {
4
4
jcenter()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:2.1 .0'
7
+ classpath ' com.android.tools.build:gradle:3.0 .0'
8
8
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 "
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
12
12
}
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
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
2
2
3
3
android {
4
4
compileSdkVersion 23
5
- buildToolsVersion " 23 .0.2"
5
+ buildToolsVersion ' 26 .0.2'
6
6
7
7
defaultConfig {
8
8
minSdkVersion 15
You can’t perform that action at this time.
0 commit comments