Skip to content

Commit

Permalink
Introduce RecyclerView and CardView
Browse files Browse the repository at this point in the history
  • Loading branch information
rejasupotaro committed Nov 9, 2014
1 parent ede8df6 commit 0384f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 100 deletions.
2 changes: 2 additions & 0 deletions Rebuild/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ repositories {
dependencies {
compile fileTree(dir: 'src/main/libs', include: '*.jar')
compile 'com.android.support:appcompat-v7:21.0.0'
compile 'com.android.support:recyclerview-v7:21.0.0'
compile 'com.android.support:cardview-v7:21.0.0'
compile 'com.jakewharton:butterknife:6.0.0'
compile 'rejasupotaro:async-rss-client:0.0.6'
compile 'com.squareup:otto:1.3.2'
Expand Down

This file was deleted.

0 comments on commit 0384f2e

Please sign in to comment.