Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit d94b701

Browse files
Auto-update
1 parent ea726b1 commit d94b701

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Application/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.1.2'
8+
classpath 'com.android.tools.build:gradle:2.2.3'
99
}
1010
}
1111

@@ -16,10 +16,10 @@ repositories {
1616
}
1717

1818
dependencies {
19-
compile "com.android.support:support-v4:24.1.1"
20-
compile "com.android.support:gridlayout-v7:24.1.1"
21-
compile "com.android.support:cardview-v7:24.1.1"
22-
compile "com.android.support:appcompat-v7:24.1.1"
19+
compile "com.android.support:support-v4:25.0.1"
20+
compile "com.android.support:gridlayout-v7:25.0.1"
21+
compile "com.android.support:cardview-v7:25.0.1"
22+
compile "com.android.support:appcompat-v7:25.0.1"
2323
}
2424

2525
// The sample build uses multiple directories to
@@ -31,12 +31,12 @@ List<String> dirs = [
3131
'template'] // boilerplate code that is generated by the sample template process
3232

3333
android {
34-
compileSdkVersion 24
35-
buildToolsVersion "24.0.1"
34+
compileSdkVersion 25
35+
buildToolsVersion "25.0.2"
3636

3737
defaultConfig {
3838
minSdkVersion 7
39-
targetSdkVersion 24
39+
targetSdkVersion 25
4040
}
4141

4242
compileOptions {

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ are contained within a [android.text.SpannableString][7].
3232
Pre-requisites
3333
--------------
3434

35-
- Android SDK 24
36-
- Android Build Tools v24.0.1
35+
- Android SDK 25
36+
- Android Build Tools v25.0.2
3737
- Android Support Repository
3838

3939
Screenshots

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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-2.14.1-all.zip

0 commit comments

Comments
 (0)