Skip to content

Commit 7c7764d

Browse files
committed
Adds gradle dependencies for design and support library.
1 parent 28d4a1e commit 7c7764d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ android {
2222
dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
2424
compile 'com.android.support:appcompat-v7:22.2.0'
25+
compile 'com.android.support:support-v4:22.2.0'
26+
compile 'com.android.support:design:22.2.0'
2527
}

0 commit comments

Comments
 (0)