This repository was archived by the owner on Sep 12, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
}
6
6
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:2.1.2 '
8
+ classpath ' com.android.tools.build:gradle:2.2.3 '
9
9
}
10
10
}
11
11
@@ -16,10 +16,10 @@ repositories {
16
16
}
17
17
18
18
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"
23
23
}
24
24
25
25
// The sample build uses multiple directories to
@@ -31,12 +31,12 @@ List<String> dirs = [
31
31
' template' ] // boilerplate code that is generated by the sample template process
32
32
33
33
android {
34
- compileSdkVersion 24
35
- buildToolsVersion " 24 .0.1 "
34
+ compileSdkVersion 25
35
+ buildToolsVersion " 25 .0.2 "
36
36
37
37
defaultConfig {
38
38
minSdkVersion 7
39
- targetSdkVersion 24
39
+ targetSdkVersion 25
40
40
}
41
41
42
42
compileOptions {
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ are contained within a [android.text.SpannableString][7].
32
32
Pre-requisites
33
33
--------------
34
34
35
- - Android SDK 24
36
- - Android Build Tools v24 .0.1
35
+ - Android SDK 25
36
+ - Android Build Tools v25 .0.2
37
37
- Android Support Repository
38
38
39
39
Screenshots
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ 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-2.14.1 -all.zip
You can’t perform that action at this time.
0 commit comments