Updated libraries.

This commit is contained in:
Karim Abou Zeid 2016-03-13 16:17:16 +01:00
commit 373bba9e98
4 changed files with 39 additions and 43 deletions

View file

@ -101,14 +101,14 @@ dependencies {
transitive = true
}
compile('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.8.5@aar') {
compile('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.8.6@aar') {
transitive = true
}
compile('com.github.afollestad.material-dialogs:core:0.8.5.5@aar') {
compile('com.github.afollestad.material-dialogs:core:0.8.5.6@aar') {
transitive = true
}
compile('com.github.afollestad.material-dialogs:commons:0.8.5.5@aar') {
compile('com.github.afollestad.material-dialogs:commons:0.8.5.6@aar') {
transitive = true
}
@ -116,7 +116,7 @@ dependencies {
transitive = true
}
compile('com.github.kabouzeid:app-theme-helper:0.7.15kmod@aar') {
compile('com.github.kabouzeid:app-theme-helper:1.0.1@aar') {
transitive = true
}
@ -132,16 +132,16 @@ dependencies {
compile 'com.android.support:percent:23.2.1'
compile 'com.android.support:preference-v7:23.2.1'
compile 'com.github.ksoichiro:android-observablescrollview:1.6.0'
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'
compile 'com.github.kabouzeid:SeekArc:1.2-kmod'
compile 'com.github.kabouzeid:AndroidSlidingUpPanel:3.3.1-kmod'
compile 'com.squareup.retrofit2:retrofit:2.0.0'
compile 'com.squareup.retrofit2:converter-gson:2.0.0'
compile 'com.jakewharton:butterknife:7.0.1'
//noinspection GradleDynamicVersion
compile 'com.anjlab.android.iab.v3:library:1.0.+'
compile 'de.psdev.licensesdialog:licensesdialog:1.8.0'
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.6-kmod'
compile 'com.heinrichreimersoftware:material-intro:3ece4e7199'
compile 'com.github.kabouzeid:RecyclerView-FastScroll:1.8-kmod'
compile 'com.heinrichreimersoftware:material-intro:b8ec16d3d6'
}