Skip to content

Commit 96667b9

Browse files
Auto-update
1 parent 8a86801 commit 96667b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Application/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
}
55

66
dependencies {
7-
classpath 'com.android.tools.build:gradle:1.0.0-rc1'
7+
classpath 'com.android.tools.build:gradle:1.0.0'
88
}
99
}
1010

@@ -18,10 +18,10 @@ repositories {
1818
dependencies {
1919

2020

21-
compile "com.android.support:support-v13:20.+"
22-
compile "com.android.support:appcompat-v7:20.+"
23-
compile "com.android.support:recyclerview-v7:+"
24-
compile "com.android.support:cardview-v7:21.+"
21+
compile "com.android.support:support-v13:21.0.2"
22+
compile "com.android.support:appcompat-v7:21.0.2"
23+
compile "com.android.support:recyclerview-v7:21.0.2"
24+
compile "com.android.support:cardview-v7:21.0.2"
2525
}
2626

2727
// The sample build uses multiple directories to

0 commit comments

Comments
 (0)