Skip to content

Commit 46b8d28

Browse files
authored
Bump the targetSdkVersion and the support library to 25. (google#132)
1 parent 17cfa5f commit 46b8d28

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
jcenter()
2222
}
2323
dependencies {
24-
classpath 'com.android.tools.build:gradle:2.2.0'
24+
classpath 'com.android.tools.build:gradle:2.2.1'
2525
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
2626
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
2727
// NOTE: Do not place your application dependencies here; they belong
@@ -31,10 +31,10 @@ buildscript {
3131

3232
ext {
3333
minSdkVersion = 9
34-
targetSdkVersion = 24
35-
compileSdkVersion = 24
34+
targetSdkVersion = 25
35+
compileSdkVersion = 25
3636
buildToolsVersion = "24.0.2"
37-
supportLibVersion = "24.2.1"
37+
supportLibVersion = "25.0.0"
3838
espressoVersion = "2.2.2"
3939
testRunnerVersion = "0.5"
4040
junitVersion = "4.12"

Diff for: circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ machine:
99

1010
dependencies:
1111
pre:
12-
- echo y | android update sdk --no-ui --all --filter "android-24,build-tools-24.0.2,tools,platform-tools,extra-android-m2repository"
12+
- echo y | android update sdk --no-ui --all --filter "android-25,build-tools-24.0.2,tools,platform-tools,extra-android-m2repository"
1313
# For some reasons, there is an issue with the pre-installed gcloud that
1414
# PyOpenSSL is not available when trying to activate the service account.
1515
# Re-installing the gcloud worked as a workaround.

0 commit comments

Comments
 (0)