Updated libs

This commit is contained in:
Karim Abou Zeid 2015-11-21 16:28:24 +01:00
commit d9a51fc88e
5 changed files with 22 additions and 153 deletions

View file

@ -93,23 +93,23 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile('com.crashlytics.sdk.android:crashlytics:2.5.2@aar') {
compile('com.crashlytics.sdk.android:crashlytics:2.5.3@aar') {
transitive = true;
}
compile 'com.android.support:support-v4:23.1.0'
compile 'com.android.support:support-v13:23.1.0'
compile 'com.android.support:appcompat-v7:23.1.0'
compile 'com.android.support:recyclerview-v7:23.1.0'
compile 'com.android.support:gridlayout-v7:23.1.0'
compile 'com.android.support:cardview-v7:23.1.0'
compile 'com.android.support:palette-v7:23.1.0'
compile 'com.android.support:design:23.1.0'
compile 'com.android.support:support-annotations:23.1.0'
compile 'com.android.support:support-v4:23.1.1'
compile 'com.android.support:support-v13:23.1.1'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.android.support:gridlayout-v7:23.1.1'
compile 'com.android.support:cardview-v7:23.1.1'
compile 'com.android.support:palette-v7:23.1.1'
compile 'com.android.support:design:23.1.1'
compile 'com.android.support:support-annotations:23.1.1'
compile 'com.github.ksoichiro:android-observablescrollview:1.6.0'
compile 'asia.ivity.android:drag-sort-listview:1.0'
compile 'com.github.semoncat.seekarc:library:0.1'
compile 'com.sothree.slidinguppanel:library:3.1.1'
compile 'com.sothree.slidinguppanel:library:3.2.0'
compile 'com.squareup.retrofit:retrofit:2.0.0-beta2'
compile 'com.squareup.retrofit:converter-gson:2.0.0-beta2'
@ -117,13 +117,15 @@ dependencies {
compile 'com.github.kabouzeid:Android-Universal-Image-Loader:8ffb5d4afa'
compile('com.afollestad.material-dialogs:core:0.8.4.2@aar') {
compile('com.afollestad.material-dialogs:core:0.8.5.1@aar') {
transitive = true
}
compile('com.afollestad.material-dialogs:commons:0.8.4.2@aar') {
compile('com.afollestad.material-dialogs:commons:0.8.5.1@aar') {
transitive = true
}
compile('com.afollestad:material-cab:0.1.6@aar') {
transitive = true
}
compile 'com.afollestad:material-cab:0.1.5'
compile 'com.jakewharton:butterknife:7.0.1'