mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 04:19:14 +01:00
Dependency updates. Remove some unused strings
This commit is contained in:
parent
dc592e92b5
commit
4d4b9c0d6d
@ -30,7 +30,7 @@ ext {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 25
|
compileSdkVersion 25
|
||||||
buildToolsVersion "25.0.0"
|
buildToolsVersion "25.0.1"
|
||||||
publishNonDefault true
|
publishNonDefault true
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
@ -101,7 +101,7 @@ dependencies {
|
|||||||
compile 'com.github.inorichi:subsampling-scale-image-view:96d2c7f'
|
compile 'com.github.inorichi:subsampling-scale-image-view:96d2c7f'
|
||||||
|
|
||||||
// Android support library
|
// Android support library
|
||||||
final support_library_version = '25.0.0'
|
final support_library_version = '25.0.1'
|
||||||
compile "com.android.support:support-v4:$support_library_version"
|
compile "com.android.support:support-v4:$support_library_version"
|
||||||
compile "com.android.support:appcompat-v7:$support_library_version"
|
compile "com.android.support:appcompat-v7:$support_library_version"
|
||||||
compile "com.android.support:cardview-v7:$support_library_version"
|
compile "com.android.support:cardview-v7:$support_library_version"
|
||||||
@ -120,14 +120,14 @@ dependencies {
|
|||||||
|
|
||||||
// ReactiveX
|
// ReactiveX
|
||||||
compile 'io.reactivex:rxandroid:1.2.1'
|
compile 'io.reactivex:rxandroid:1.2.1'
|
||||||
compile 'io.reactivex:rxjava:1.2.2'
|
compile 'io.reactivex:rxjava:1.2.3'
|
||||||
compile 'com.jakewharton.rxrelay:rxrelay:1.2.0'
|
compile 'com.jakewharton.rxrelay:rxrelay:1.2.0'
|
||||||
compile 'com.f2prateek.rx.preferences:rx-preferences:1.0.2'
|
compile 'com.f2prateek.rx.preferences:rx-preferences:1.0.2'
|
||||||
|
compile 'com.github.pwittchen:reactivenetwork:0.6.0'
|
||||||
|
|
||||||
// Network client
|
// Network client
|
||||||
compile "com.squareup.okhttp3:okhttp:3.4.2"
|
compile "com.squareup.okhttp3:okhttp:3.4.2"
|
||||||
compile 'com.squareup.okio:okio:1.11.0'
|
compile 'com.squareup.okio:okio:1.11.0'
|
||||||
compile 'com.github.pwittchen:reactivenetwork:0.6.0'
|
|
||||||
|
|
||||||
// REST
|
// REST
|
||||||
final retrofit_version = '2.1.0'
|
final retrofit_version = '2.1.0'
|
||||||
|
@ -138,16 +138,10 @@
|
|||||||
<string name="pref_download_only_over_wifi">Descargar solo a través de Wi-Fi</string>
|
<string name="pref_download_only_over_wifi">Descargar solo a través de Wi-Fi</string>
|
||||||
<string name="pref_remove_after_marked_as_read">Eliminar al marcar como leído</string>
|
<string name="pref_remove_after_marked_as_read">Eliminar al marcar como leído</string>
|
||||||
<string name="pref_remove_after_read">Eliminar después de leer</string>
|
<string name="pref_remove_after_read">Eliminar después de leer</string>
|
||||||
<string name="cat_remove_after_read">Eliminar después de leer</string>
|
|
||||||
<string name="current_chapter">Capítulo actual</string>
|
|
||||||
<string name="previous_chapter">Capítulo anterior</string>
|
|
||||||
<string name="custom_dir">Directorio personalizado</string>
|
<string name="custom_dir">Directorio personalizado</string>
|
||||||
|
|
||||||
|
|
||||||
<!-- Sources section -->
|
<!-- Sources section -->
|
||||||
<string name="languages">Idiomas</string>
|
|
||||||
<string name="languages_summary">Selecciona los idiomas en los que mostrar las fuentes</string>
|
|
||||||
<string name="accounts">Cuentas</string>
|
|
||||||
|
|
||||||
<!-- Sync section -->
|
<!-- Sync section -->
|
||||||
<string name="services">Servicios</string>
|
<string name="services">Servicios</string>
|
||||||
@ -163,8 +157,6 @@
|
|||||||
<string name="pref_clear_database_summary">Eliminar solo manga y capítulos que no están en tu librería</string>
|
<string name="pref_clear_database_summary">Eliminar solo manga y capítulos que no están en tu librería</string>
|
||||||
<string name="clear_database_confirmation">¿Estás seguro? Los capítulos leídos y el progreso de manga que no esté en la librería se perderá</string>
|
<string name="clear_database_confirmation">¿Estás seguro? Los capítulos leídos y el progreso de manga que no esté en la librería se perderá</string>
|
||||||
<string name="clear_database_completed">Entradas borradas</string>
|
<string name="clear_database_completed">Entradas borradas</string>
|
||||||
<string name="pref_show_warning_message">Mostrar advertencias</string>
|
|
||||||
<string name="pref_show_warning_message_summary">Mostrar mensajes de advertencia durante la sincronización de la librería</string>
|
|
||||||
|
|
||||||
<!-- About section -->
|
<!-- About section -->
|
||||||
<string name="version">Versión</string>
|
<string name="version">Versión</string>
|
||||||
|
@ -165,8 +165,6 @@
|
|||||||
<string name="pref_clear_database_summary">Eliminar manga não presente na biblioteca</string>
|
<string name="pref_clear_database_summary">Eliminar manga não presente na biblioteca</string>
|
||||||
<string name="clear_database_confirmation">Capítulos lidos e progresso em manga que não está na biblioteca será perdido. Deseja continuar?</string>
|
<string name="clear_database_confirmation">Capítulos lidos e progresso em manga que não está na biblioteca será perdido. Deseja continuar?</string>
|
||||||
<string name="clear_database_completed">Eliminar entradas</string>
|
<string name="clear_database_completed">Eliminar entradas</string>
|
||||||
<string name="pref_show_warning_message">Mostrar avisos</string>
|
|
||||||
<string name="pref_show_warning_message_summary">Mostrar mensagens de avisos durante a sincronização</string>
|
|
||||||
|
|
||||||
<!-- About section -->
|
<!-- About section -->
|
||||||
<string name="version">Versão</string>
|
<string name="version">Versão</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user