File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
components :
8
8
- tools
9
9
- platform-tools
10
- - android-24
11
- - build-tools-24 .0.1
10
+ - android-25
11
+ - build-tools-25 .0.1
12
12
13
13
# as per http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
14
14
sudo : false
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ subprojects {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.1.0 '
8
+ classpath ' com.android.tools.build:gradle:2.1.3 '
9
9
}
10
10
}
11
11
@@ -16,7 +16,7 @@ subprojects {
16
16
17
17
ext {
18
18
minSdkVersion = 9
19
- compileSdkVersion = 24
20
- buildToolsVersion = ' 24 .0.1'
19
+ compileSdkVersion = 25
20
+ buildToolsVersion = ' 25 .0.1'
21
21
sourceCompatibility = JavaVersion . VERSION_1_7
22
22
}
Original file line number Diff line number Diff line change 1
- # Mon May 02 08:26:04 CDT 2016
1
+ # Fri Dec 16 23:23:35 EST 2016
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.13 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.14.1 -all.zip
Original file line number Diff line number Diff line change 1
1
buildscript {
2
2
dependencies {
3
- classpath ' com.github.dcendents:android-maven-gradle-plugin:1.3 '
3
+ classpath ' com.github.dcendents:android-maven-gradle-plugin:1.4.1 '
4
4
classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.2'
5
5
classpath " org.jfrog.buildinfo:build-info-extractor-gradle:3.1.1"
6
6
}
You can’t perform that action at this time.
0 commit comments