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 +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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:1.2.3 '
8
+ classpath ' com.android.tools.build:gradle:2.0.0 '
9
9
}
10
10
}
11
11
@@ -16,7 +16,7 @@ repositories {
16
16
}
17
17
18
18
dependencies {
19
- compile " com.android.support:support-v4:23.1 .0"
19
+ compile " com.android.support:support-v4:23.3 .0"
20
20
}
21
21
22
22
// The sample build uses multiple directories to
@@ -29,7 +29,7 @@ List<String> dirs = [
29
29
30
30
android {
31
31
compileSdkVersion 23
32
- buildToolsVersion " 23 .0.2 "
32
+ buildToolsVersion " 24 .0.0 rc3 "
33
33
34
34
defaultConfig {
35
35
minSdkVersion 4
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Pre-requisites
33
33
--------------
34
34
35
35
- Android SDK v23
36
- - Android Build Tools v23 .0.2
36
+ - Android Build Tools v24 .0.0 rc3
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.8 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.10 -all.zip
You can’t perform that action at this time.
0 commit comments