Skip to content

Commit

Permalink
Update sample libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed May 12, 2016
1 parent 9c76a66 commit 8a8ed8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:23.3.0'
compile 'com.android.support:design:23.3.0'
compile 'com.android.support:cardview-v7:23.3.0'
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:design:23.4.0'
compile 'com.android.support:cardview-v7:23.4.0'
compile 'com.mikepenz:iconics-core:2.5.5@aar'
compile 'com.mikepenz:material-design-iconic-typeface:2.2.0.1@aar'
compile('com.mikepenz:aboutlibraries:5.5.7@aar') { transitive = true }
compile('com.mikepenz:aboutlibraries:5.5.8@aar') { transitive = true }
compile project(':library')
}

0 comments on commit 8a8ed8a

Please sign in to comment.