File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Expand file tree Collapse file tree 3 files changed +13
-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.0 '
8
+ classpath ' com.android.tools.build:gradle:2.1.2 '
9
9
}
10
10
}
11
11
@@ -16,9 +16,10 @@ repositories {
16
16
}
17
17
18
18
dependencies {
19
- compile " com.android.support:support-v4:23.3.0"
20
- compile " com.android.support:support-v13:23.3.0"
21
- compile " com.android.support:cardview-v7:23.3.0"
19
+ compile " com.android.support:support-v4:24.1.1"
20
+ compile " com.android.support:support-v13:24.1.1"
21
+ compile " com.android.support:cardview-v7:24.1.1"
22
+ compile " com.android.support:appcompat-v7:24.1.1"
22
23
}
23
24
24
25
// The sample build uses multiple directories to
@@ -30,12 +31,12 @@ List<String> dirs = [
30
31
' template' ] // boilerplate code that is generated by the sample template process
31
32
32
33
android {
33
- compileSdkVersion 23
34
- buildToolsVersion " 23 .0.3 "
34
+ compileSdkVersion 24
35
+ buildToolsVersion " 24 .0.1 "
35
36
36
37
defaultConfig {
37
38
minSdkVersion 14
38
- targetSdkVersion 23
39
+ targetSdkVersion 24
39
40
}
40
41
41
42
compileOptions {
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ ViewPager title strip which gives continuous feedback to the user when scrolling
8
8
Pre-requisites
9
9
--------------
10
10
11
- - Android SDK v23
12
- - Android Build Tools v23 .0.3
11
+ - Android SDK 24
12
+ - Android Build Tools v24 .0.1
13
13
- Android Support Repository
14
14
15
15
Getting Started
@@ -33,7 +33,7 @@ submitting a pull request through GitHub. Please see CONTRIBUTING.md for more de
33
33
License
34
34
-------
35
35
36
- Copyright 2014 The Android Open Source Project, Inc.
36
+ Copyright 2016 The Android Open Source Project, Inc.
37
37
38
38
Licensed to the Apache Software Foundation (ASF) under one or more contributor
39
39
license agreements. See the NOTICE file distributed with this work for
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ 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
7
+
You can’t perform that action at this time.
0 commit comments