This repository was archived by the owner on Sep 27, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-20
lines changed
Expand file tree Collapse file tree 2 files changed +5
-20
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ repositories {
1616}
1717
1818dependencies {
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
3535android {
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-
Original file line number Diff line number Diff 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
3838Screenshots
You can’t perform that action at this time.
0 commit comments