Skip to content

Commit 1c5e67f

Browse files
Auto-update
1 parent 82e6bb4 commit 1c5e67f

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

Application/build.gradle

Lines changed: 8 additions & 7 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.0'
8+
classpath 'com.android.tools.build:gradle:2.1.2'
99
}
1010
}
1111

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

1818
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"
2223
}
2324

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

3233
android {
33-
compileSdkVersion 23
34-
buildToolsVersion "23.0.3"
34+
compileSdkVersion 24
35+
buildToolsVersion "24.0.1"
3536

3637
defaultConfig {
3738
minSdkVersion 14
38-
targetSdkVersion 23
39+
targetSdkVersion 24
3940
}
4041

4142
compileOptions {

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ViewPager title strip which gives continuous feedback to the user when scrolling
88
Pre-requisites
99
--------------
1010

11-
- Android SDK v23
12-
- Android Build Tools v23.0.3
11+
- Android SDK 24
12+
- Android Build Tools v24.0.1
1313
- Android Support Repository
1414

1515
Getting Started
@@ -33,7 +33,7 @@ submitting a pull request through GitHub. Please see CONTRIBUTING.md for more de
3333
License
3434
-------
3535

36-
Copyright 2014 The Android Open Source Project, Inc.
36+
Copyright 2016 The Android Open Source Project, Inc.
3737

3838
Licensed to the Apache Software Foundation (ASF) under one or more contributor
3939
license agreements. See the NOTICE file distributed with this work for

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ 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.8-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
7+

0 commit comments

Comments
 (0)