Skip to content

Commit

Permalink
Updated gradle with cardview and recycleview lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamMuneer committed Jun 10, 2015
1 parent dfafebe commit fdbd69f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ dependencies {
compile 'com.android.support:support-v4:22.0.0'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.android.support:design:22.2.0'

compile 'com.android.support:cardview-v7:22.2.0'
compile 'com.android.support:recyclerview-v7:22.2.0'
}

0 comments on commit fdbd69f

Please sign in to comment.