change cardview import to appease android studio (wtf)

This commit is contained in:
Andrew Dolgov 2014-10-24 23:54:17 +04:00
parent d995abb9ee
commit 5778c3beff

View File

@ -27,7 +27,7 @@ dependencies {
compile 'com.jeremyfeinstein.slidingmenu:library:1.3@aar' compile 'com.jeremyfeinstein.slidingmenu:library:1.3@aar'
compile 'com.readystatesoftware.systembartint:systembartint:1.0.3' compile 'com.readystatesoftware.systembartint:systembartint:1.0.3'
compile 'com.viewpagerindicator:library:2.4.1' compile 'com.viewpagerindicator:library:2.4.1'
compile 'com.android.support:cardview-v7:21.0.+' compile 'com.android.support:cardview-v7:21.+'
compile 'com.android.support:support-v4:19.1.0' compile 'com.android.support:support-v4:19.1.0'
compile 'com.google.code.gson:gson:1.7.1' compile 'com.google.code.gson:gson:1.7.1'
compile 'com.android.support:appcompat-v7:19.1.0' compile 'com.android.support:appcompat-v7:19.1.0'