Updated dependencies

This commit is contained in:
Karim Abou Zeid 2016-11-26 15:30:38 +01:00
commit 0bd3284fd6
2 changed files with 9 additions and 11 deletions

View file

@ -15,7 +15,6 @@ apply plugin: 'com.android.application'
apply plugin: 'io.fabric' apply plugin: 'io.fabric'
apply plugin: 'com.jakewharton.hugo' apply plugin: 'com.jakewharton.hugo'
apply plugin: 'com.github.triplet.play' apply plugin: 'com.github.triplet.play'
apply plugin: 'android-apt'
repositories { repositories {
maven { url 'https://maven.fabric.io/public' } maven { url 'https://maven.fabric.io/public' }
@ -103,11 +102,11 @@ dependencies {
transitive = true transitive = true
} }
compile('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.9.3@aar') { compile('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.10.0@aar') {
transitive = true transitive = true
} }
compile('com.github.kabouzeid:app-theme-helper:1.3.1@aar') { compile('com.github.kabouzeid:app-theme-helper:1.3.2') {
transitive = true transitive = true
} }
@ -128,8 +127,8 @@ dependencies {
compile 'com.android.support:preference-v7:25.0.1' compile 'com.android.support:preference-v7:25.0.1'
compile 'com.android.support:preference-v14:25.0.1' compile 'com.android.support:preference-v14:25.0.1'
compile 'com.afollestad.material-dialogs:core:0.9.0.1@aar' compile 'com.afollestad.material-dialogs:core:0.9.1.0@aar'
compile 'com.afollestad.material-dialogs:commons:0.9.0.1@aar' compile 'com.afollestad.material-dialogs:commons:0.9.1.0@aar'
compile 'com.afollestad:material-cab:0.1.12@aar' compile 'com.afollestad:material-cab:0.1.12@aar'
compile 'com.github.ksoichiro:android-observablescrollview:1.6.0' compile 'com.github.ksoichiro:android-observablescrollview:1.6.0'
@ -143,10 +142,10 @@ dependencies {
compile 'com.github.bumptech.glide:glide:3.7.0' compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.github.bumptech.glide:okhttp3-integration:1.4.0@aar' compile 'com.github.bumptech.glide:okhttp3-integration:1.4.0@aar'
compile 'com.github.kabouzeid:RecyclerView-FastScroll:1.9-kmod' compile 'com.github.kabouzeid:RecyclerView-FastScroll:1.9-kmod'
compile 'com.heinrichreimersoftware:material-intro:1.5.7' compile 'com.heinrichreimersoftware:material-intro:1.6'
compile 'me.zhanghai.android.materialprogressbar:library:1.1.7' compile 'me.zhanghai.android.materialprogressbar:library:1.3.0'
compile 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5' compile 'org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5'
compile 'com.jakewharton:butterknife:8.2.1' compile 'com.jakewharton:butterknife:8.4.0'
apt 'com.jakewharton:butterknife-compiler:8.2.1' annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
} }

View file

@ -4,8 +4,7 @@ buildscript {
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.2.2' classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.github.triplet.gradle:play-publisher:1.1.4' classpath 'com.github.triplet.gradle:play-publisher:1.1.5'
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
} }
} }