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

Commit de65f5d

Browse files
Auto-update
1 parent 952e8d8 commit de65f5d

File tree

2 files changed

+5
-20
lines changed

2 files changed

+5
-20
lines changed

Application/build.gradle

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ repositories {
1616
}
1717

1818
dependencies {
19-
compile "com.android.support:support-v4:23.0.0"
20-
compile "com.android.support:support-v13:23.0.0"
21-
compile "com.android.support:cardview-v7:23.0.0"
19+
compile "com.android.support:support-v4:23.1.0"
20+
compile "com.android.support:support-v13:23.1.0"
21+
compile "com.android.support:cardview-v7:23.1.0"
2222
compile 'com.android.support:appcompat-v7:23.0.0'
2323
compile 'com.android.support:support-v4:23.0.0'
2424
compile 'com.android.support:design:23.0.0'
@@ -34,7 +34,7 @@ List<String> dirs = [
3434

3535
android {
3636
compileSdkVersion 23
37-
buildToolsVersion "23.0.1"
37+
buildToolsVersion "23.0.2"
3838

3939
defaultConfig {
4040
minSdkVersion 15
@@ -59,18 +59,3 @@ android {
5959
}
6060

6161
}
62-
63-
64-
65-
66-
67-
68-
69-
70-
71-
72-
73-
74-
75-
76-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Pre-requisites
3232
--------------
3333

3434
- Android SDK v23
35-
- Android Build Tools v23.0.1
35+
- Android Build Tools v23.0.2
3636
- Android Support Repository
3737

3838
Screenshots

0 commit comments

Comments
 (0)