Skip to content

Commit

Permalink
Merge pull request saulmm#10 from vkotovv/support-lib-fix
Browse files Browse the repository at this point in the history
Fixed cardview dependency to match targetSdk
  • Loading branch information
saulmm committed Dec 20, 2015
2 parents be2899b + 46b62f5 commit 420f487
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.1.0"'
compile "com.android.support:design:23.1.0"
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'com.android.support:design:23.1.0'
compile 'com.android.support:cardview-v7:23.1.0'
compile 'de.hdodenhof:circleimageview:1.3.0'
compile 'com.android.support:cardview-v7:22.2.1'
}
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'


classpath 'com.android.tools.build:gradle:1.3.0'
}
}

Expand Down

0 comments on commit 420f487

Please sign in to comment.