Skip to content

Commit 4b67c57

Browse files
committed
Update build.gradle
add in design lib as dep
1 parent d31e481 commit 4b67c57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ dependencies {
113113
compile "com.android.support:recyclerview-v7:$SUPPORT_LIBRARY_VERSION"
114114
compile "com.android.support:cardview-v7:$SUPPORT_LIBRARY_VERSION"
115115
compile "com.android.support:support-annotations:$SUPPORT_LIBRARY_VERSION"
116+
compile "com.android.support:design:$SUPPORT_LIBRARY_VERSION"
116117

117118
compile 'com.squareup.picasso:picasso:2.5.2'
118119
compile 'com.squareup.sqlbrite:sqlbrite:0.6.2'
@@ -121,7 +122,7 @@ dependencies {
121122
compile "com.squareup.retrofit2:adapter-rxjava:$RETROFIT_VERSION"
122123
compile 'com.squareup:otto:1.3.8'
123124
compile "com.jakewharton.picasso:picasso2-okhttp3-downloader:$picassoOkHttpDownloader"
124-
compile "com.squareup.okhttp3:okhttp:3.1.2"
125+
compile "com.squareup.okhttp3:okhttp:3.1.2"
125126
compile 'io.reactivex:rxandroid:1.1.0'
126127
compile 'io.reactivex:rxjava:1.1.0'
127128
compile 'com.jakewharton:butterknife:7.0.1'

0 commit comments

Comments
 (0)