Skip to content

Commit

Permalink
Release 2.2.1 and update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersantos committed Aug 7, 2016
1 parent ea39552 commit 7f8eddd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:24.1.0'
compile 'com.android.support:design:24.1.0'
compile 'com.android.support:cardview-v7:24.1.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.8@aar') { transitive = true }
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.android.support:design:24.1.1'
compile 'com.android.support:cardview-v7:24.1.1'
compile 'com.mikepenz:iconics-core:2.7.2@aar'
compile 'com.mikepenz:material-design-iconic-typeface:2.2.0.2@aar'
compile('com.mikepenz:aboutlibraries:5.7.1@aar') { transitive = true }
compile project(':library')
}
10 changes: 5 additions & 5 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 24
versionCode 14
versionName "2.2"
versionCode 15
versionName "2.2.1"
}
buildTypes {
release {
Expand All @@ -20,7 +20,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:24.1.0'
compile 'com.android.support:design:24.1.0'
compile 'com.squareup.okhttp3:okhttp:3.4.0'
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.android.support:design:24.1.1'
compile 'com.squareup.okhttp3:okhttp:3.4.1'
}

0 comments on commit 7f8eddd

Please sign in to comment.