Skip to content

Commit 5e15123

Browse files
committed
Bump to Android API 25
Bump Gradle versions
1 parent 948563c commit 5e15123

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ sudo: false
77

88
android:
99
components:
10-
- build-tools-23.0.1
11-
- android-22
10+
- build-tools-25.0.0
11+
- android-25
1212
- doc-23
1313
- extra-android-support
1414
- extra-android-m2repository

ParseLiveQuery/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ android {
3737
testCoverageEnabled = true
3838
}
3939
}
40+
buildToolsVersion '25.0.0'
4041
}
4142

4243
dependencies {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
mavenCentral()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:2.1.0'
7+
classpath 'com.android.tools.build:gradle:2.3.0'
88
}
99
}
1010

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Nov 06 11:00:14 PST 2014
1+
#Thu Mar 23 00:03:48 PDT 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-3.3-all.zip

0 commit comments

Comments
 (0)