mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 22:27:49 +01:00
Upgrade dependencies. Downgrade material dialogs to avoid crash on older android versions
This commit is contained in:
parent
ac15c0c57e
commit
579a606f93
1 changed files with 9 additions and 9 deletions
|
@ -88,9 +88,9 @@ kapt {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
final SUPPORT_LIBRARY_VERSION = '23.2.1'
|
final SUPPORT_LIBRARY_VERSION = '23.2.1'
|
||||||
final DAGGER_VERSION = '2.1'
|
final DAGGER_VERSION = '2.2'
|
||||||
final OKHTTP_VERSION = '3.2.0'
|
final OKHTTP_VERSION = '3.2.0'
|
||||||
final RETROFIT_VERSION = '2.0.0'
|
final RETROFIT_VERSION = '2.0.1'
|
||||||
final STORIO_VERSION = '1.8.0'
|
final STORIO_VERSION = '1.8.0'
|
||||||
final MOCKITO_VERSION = '1.10.19'
|
final MOCKITO_VERSION = '1.10.19'
|
||||||
|
|
||||||
|
@ -109,20 +109,20 @@ dependencies {
|
||||||
compile "com.squareup.okhttp3:okhttp:$OKHTTP_VERSION"
|
compile "com.squareup.okhttp3:okhttp:$OKHTTP_VERSION"
|
||||||
compile "com.squareup.okhttp3:okhttp-urlconnection:$OKHTTP_VERSION"
|
compile "com.squareup.okhttp3:okhttp-urlconnection:$OKHTTP_VERSION"
|
||||||
compile 'com.squareup.okio:okio:1.6.0'
|
compile 'com.squareup.okio:okio:1.6.0'
|
||||||
compile 'com.google.code.gson:gson:2.6.2'
|
|
||||||
compile 'com.jakewharton:disklrucache:2.0.2'
|
|
||||||
compile 'org.jsoup:jsoup:1.8.3'
|
|
||||||
compile 'io.reactivex:rxandroid:1.1.0'
|
|
||||||
compile 'io.reactivex:rxjava:1.1.1'
|
|
||||||
compile "com.squareup.retrofit2:retrofit:$RETROFIT_VERSION"
|
compile "com.squareup.retrofit2:retrofit:$RETROFIT_VERSION"
|
||||||
compile "com.squareup.retrofit2:converter-gson:$RETROFIT_VERSION"
|
compile "com.squareup.retrofit2:converter-gson:$RETROFIT_VERSION"
|
||||||
compile "com.squareup.retrofit2:adapter-rxjava:$RETROFIT_VERSION"
|
compile "com.squareup.retrofit2:adapter-rxjava:$RETROFIT_VERSION"
|
||||||
|
compile 'com.jakewharton:disklrucache:2.0.2'
|
||||||
|
compile 'com.google.code.gson:gson:2.6.2'
|
||||||
|
compile 'org.jsoup:jsoup:1.8.3'
|
||||||
|
compile 'io.reactivex:rxandroid:1.1.0'
|
||||||
|
compile 'io.reactivex:rxjava:1.1.1'
|
||||||
compile 'com.f2prateek.rx.preferences:rx-preferences:1.0.1'
|
compile 'com.f2prateek.rx.preferences:rx-preferences:1.0.1'
|
||||||
compile "com.pushtorefresh.storio:sqlite:$STORIO_VERSION"
|
compile "com.pushtorefresh.storio:sqlite:$STORIO_VERSION"
|
||||||
compile "com.pushtorefresh.storio:sqlite-annotations:$STORIO_VERSION"
|
compile "com.pushtorefresh.storio:sqlite-annotations:$STORIO_VERSION"
|
||||||
compile 'info.android15.nucleus:nucleus:2.0.5'
|
compile 'info.android15.nucleus:nucleus:2.0.5'
|
||||||
compile 'com.github.bumptech.glide:glide:3.7.0'
|
compile 'com.github.bumptech.glide:glide:3.7.0'
|
||||||
compile 'com.jakewharton.timber:timber:4.1.1'
|
compile 'com.jakewharton.timber:timber:4.1.2'
|
||||||
compile 'ch.acra:acra:4.8.5'
|
compile 'ch.acra:acra:4.8.5'
|
||||||
compile 'com.github.dmytrodanylyk.android-process-button:library:1.0.4'
|
compile 'com.github.dmytrodanylyk.android-process-button:library:1.0.4'
|
||||||
compile 'eu.davidea:flexible-adapter:4.2.0'
|
compile 'eu.davidea:flexible-adapter:4.2.0'
|
||||||
|
@ -136,7 +136,7 @@ dependencies {
|
||||||
kapt "com.pushtorefresh.storio:sqlite-annotations-processor:$STORIO_VERSION"
|
kapt "com.pushtorefresh.storio:sqlite-annotations-processor:$STORIO_VERSION"
|
||||||
provided 'org.glassfish:javax.annotation:10.0-b28'
|
provided 'org.glassfish:javax.annotation:10.0-b28'
|
||||||
|
|
||||||
compile('com.github.afollestad.material-dialogs:core:0.8.5.7@aar') {
|
compile('com.github.afollestad.material-dialogs:core:0.8.5.5@aar') {
|
||||||
transitive = true
|
transitive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue