chore: Rename project

This commit is contained in:
ziro 2024-01-06 12:23:08 +07:00
parent 6ed4ff0dcf
commit 65955482eb
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
3 changed files with 5 additions and 5 deletions

View file

@ -3,8 +3,8 @@
| [![release](https://img.shields.io/github/release/jays2kings/tachiyomi.svg?maxAge=3600&label=download)](https://github.com/jays2kings/tachiyomiJ2K/releases) | [![Translation status](https://hosted.weblate.org/widgets/tachiyomi/-/tachiyomi-j2k/svg-badge.svg)](https://hosted.weblate.org/engage/tachiyomi/?utm_source=widget) | [![Discord](https://img.shields.io/discord/349436576037732353.svg?label=discord&labelColor=7289da&color=2c2f33&style=flat)](https://discord.gg/tachiyomi) | | [![release](https://img.shields.io/github/release/jays2kings/tachiyomi.svg?maxAge=3600&label=download)](https://github.com/jays2kings/tachiyomiJ2K/releases) | [![Translation status](https://hosted.weblate.org/widgets/tachiyomi/-/tachiyomi-j2k/svg-badge.svg)](https://hosted.weblate.org/engage/tachiyomi/?utm_source=widget) | [![Discord](https://img.shields.io/discord/349436576037732353.svg?label=discord&labelColor=7289da&color=2c2f33&style=flat)](https://discord.gg/tachiyomi) |
# ![app icon](./.github/readme-images/app-icon.png)TachiyomiJ2K # ![app icon](./.github/readme-images/app-icon.png)Yōkai
TachiyomiJ2K is a free and open source manga reader for Android 6.0 and above. Based on the original [Tachiyomi](https://github.com/tachiyomiorg/tachiyomi) Yōkai is a free and open source manga reader for Android 6.0 and above. Based on the original [Tachiyomi](https://github.com/tachiyomiorg/tachiyomi) and [TachiJ2K](https://github.com/jays2kings/tachiyomiJ2K)
![screenshots of app](./.github/readme-images/screens.gif) ![screenshots of app](./.github/readme-images/screens.gif)

View file

@ -67,11 +67,11 @@ android {
buildTypes { buildTypes {
getByName("debug") { getByName("debug") {
applicationIdSuffix = ".debugJ2K" applicationIdSuffix = ".debugYokai"
versionNameSuffix = "-d${getCommitCount()}" versionNameSuffix = "-d${getCommitCount()}"
} }
getByName("release") { getByName("release") {
applicationIdSuffix = ".j2k" applicationIdSuffix = ".yokai"
isShrinkResources = true isShrinkResources = true
isMinifyEnabled = true isMinifyEnabled = true
proguardFiles("proguard-android-optimize.txt", "proguard-rules.pro") proguardFiles("proguard-android-optimize.txt", "proguard-rules.pro")

View file

@ -6,5 +6,5 @@ pluginManagement {
} }
} }
rootProject.name = "TachiyomiJ2K" rootProject.name = "Yokai"
include(":app") include(":app")