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

Commit 60924c9

Browse files
Auto-update
1 parent c18b948 commit 60924c9

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

Application/build.gradle

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies {
19-
compile "com.android.support:support-v4:23.0.0"
19+
compile "com.android.support:support-v4:23.1.0"
2020
}
2121

2222
// The sample build uses multiple directories to
@@ -29,7 +29,7 @@ List<String> dirs = [
2929

3030
android {
3131
compileSdkVersion 23
32-
buildToolsVersion "23.0.1"
32+
buildToolsVersion "23.0.2"
3333

3434
defaultConfig {
3535
minSdkVersion 4
@@ -54,18 +54,3 @@ android {
5454
}
5555

5656
}
57-
58-
59-
60-
61-
62-
63-
64-
65-
66-
67-
68-
69-
70-
71-

README.md

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

3535
- Android SDK v23
36-
- Android Build Tools v23.0.1
36+
- Android Build Tools v23.0.2
3737
- Android Support Repository
3838

3939
Screenshots

0 commit comments

Comments
 (0)