Updated libraries.

This commit is contained in:
Karim Abou Zeid 2016-02-07 17:07:41 +01:00
commit 6bbb92fc00
5 changed files with 14 additions and 40 deletions

View file

@ -96,8 +96,8 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile('com.crashlytics.sdk.android:crashlytics:2.5.3@aar') {
transitive = true;
compile('com.crashlytics.sdk.android:crashlytics:2.5.5@aar') {
transitive = true
}
compile('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.8.5@aar') {
@ -111,7 +111,7 @@ dependencies {
transitive = true
}
compile('com.afollestad:material-cab:0.1.6@aar') {
compile('com.afollestad:material-cab:0.1.8@aar') {
transitive = true
}
@ -131,7 +131,7 @@ dependencies {
compile 'com.android.support:percent:23.1.1'
compile 'com.android.support:preference-v7:23.1.1'
compile 'com.github.ksoichiro:android-observablescrollview:1.6.0'
compile 'com.github.semoncat.seekarc:library:0.1'
compile 'com.github.kabouzeid:SeekArc:80bdd8330e'
compile 'com.github.kabouzeid:AndroidSlidingUpPanel:3.2.1'
compile 'com.squareup.retrofit2:retrofit:2.0.0-beta4'
compile 'com.squareup.retrofit2:converter-gson:2.0.0-beta4'
@ -143,5 +143,5 @@ dependencies {
compile 'com.github.kabouzeid:AppIntro:3.3.0k'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.github.bumptech.glide:okhttp3-integration:1.4.0@aar'
compile 'com.github.kabouzeid:RecyclerView-FastScroll:v1.4-kmod'
compile 'com.github.kabouzeid:RecyclerView-FastScroll:v1.6-kmod'
}