can't use the support version construct for recycler view for some reason

This commit is contained in:
Tom Hennen 2015-11-03 21:47:30 -05:00
parent e555b3f24f
commit 358a96ef6e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ dependencies {
compile "com.android.support:gridlayout-v7:$supportVersion" compile "com.android.support:gridlayout-v7:$supportVersion"
compile "com.android.support:cardview-v7:$supportVersion" compile "com.android.support:cardview-v7:$supportVersion"
compile "com.android.support:design:$supportVersion" compile "com.android.support:design:$supportVersion"
compile "com.android.support.recyclerview-v7:$supportVersion" compile "com.android.support:recyclerview-v7:22.2.+"
compile "org.apache.commons:commons-lang3:$commonslangVersion" compile "org.apache.commons:commons-lang3:$commonslangVersion"
compile("org.shredzone.flattr4j:flattr4j-core:$flattr4jVersion") { compile("org.shredzone.flattr4j:flattr4j-core:$flattr4jVersion") {
exclude group: "org.json", module: "json" exclude group: "org.json", module: "json"