Merge branch 'master' of github.com:jmir1/tachiyomi

This commit is contained in:
jmir1 2021-05-17 12:27:59 +02:00
commit 828c2420ad
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
| Build | Preview Release | Codefactor | Stable Release | Translate Tachiyomi | Discord Server |
|-------|-----------|-------|----------|------------|---------|
| ![CI](https://github.com/tachiyomiorg/tachiyomi/workflows/CI/badge.svg?branch=dev&event=push) | [![latest daily build](https://img.shields.io/github/v/release/jmir1/tachiyomi-mi-preview.svg?maxAge=3600&label=download)](https://github.com/jmir1/tachiyomi-mi-preview/releases) | [![CodeFactor](https://www.codefactor.io/repository/github/jmir1/tachiyomi-mi/badge)](https://www.codefactor.io/repository/github/jmir1/tachiyomi-mi) | [![stable release](https://img.shields.io/github/release/jmir1/tachiyomi-mi.svg?maxAge=3600&label=download)](https://github.com/jmir1/tachiyomi-mi/releases) | [![Translation status](https://hosted.weblate.org/widgets/tachiyomi/-/svg-badge.svg)](https://hosted.weblate.org/engage/tachiyomi/?utm_source=widget) | [![Discord](https://img.shields.io/discord/841701076242530374?label=discord&labelColor=7289da&color=2c2f33&style=flat)](https://discord.gg/F32UjdJZrR) |
| ![CI](https://github.com/jmir1/tachiyomi-mi/workflows/CI/badge.svg?branch=master&event=push) | [![latest daily build](https://img.shields.io/github/v/release/jmir1/tachiyomi-mi-preview.svg?maxAge=3600&label=download)](https://github.com/jmir1/tachiyomi-mi-preview/releases) | [![CodeFactor](https://www.codefactor.io/repository/github/jmir1/tachiyomi-mi/badge)](https://www.codefactor.io/repository/github/jmir1/tachiyomi-mi) | [![stable release](https://img.shields.io/github/release/jmir1/tachiyomi-mi.svg?maxAge=3600&label=download)](https://github.com/jmir1/tachiyomi-mi/releases) | [![Translation status](https://hosted.weblate.org/widgets/tachiyomi/-/svg-badge.svg)](https://hosted.weblate.org/engage/tachiyomi/?utm_source=widget) | [![Discord](https://img.shields.io/discord/841701076242530374?label=discord&labelColor=7289da&color=2c2f33&style=flat)](https://discord.gg/F32UjdJZrR) |
# ![app icon](./.github/readme-images/app-icon.png)Tachiyomi-MI

View file

@ -202,7 +202,7 @@ dependencies {
implementation("io.coil-kt:coil:$coilVersion")
implementation("io.coil-kt:coil-gif:$coilVersion")
implementation("com.github.tachiyomiorg:subsampling-scale-image-view:547d9c0")
implementation("com.github.tachiyomiorg:subsampling-scale-image-view:846abe0")
// Logging
implementation("com.jakewharton.timber:timber:4.7.1")