Skip to content

Commit

Permalink
using specific version for cardView dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jainsahab committed Nov 19, 2017
1 parent d711551 commit 50070ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snooper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:design:24.2.1'
compile "com.android.support:recyclerview-v7:24.2.1"
compile 'com.android.support:cardview-v7:24.2.+'
compile 'com.android.support:cardview-v7:24.2.1'
compile 'org.apache.commons:commons-lang3:3.5'
compile 'com.google.guava:guava:22.0-android'
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 50070ab

Please sign in to comment.