mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Rename project
This commit is contained in:
parent
6ed4ff0dcf
commit
65955482eb
3 changed files with 5 additions and 5 deletions
|
@ -3,8 +3,8 @@
|
|||
| [](https://github.com/jays2kings/tachiyomiJ2K/releases) | [](https://hosted.weblate.org/engage/tachiyomi/?utm_source=widget) | [](https://discord.gg/tachiyomi) |
|
||||
|
||||
|
||||
# TachiyomiJ2K
|
||||
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
|
||||
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)
|
||||
|
||||

|
||||
|
||||
|
|
|
@ -67,11 +67,11 @@ android {
|
|||
|
||||
buildTypes {
|
||||
getByName("debug") {
|
||||
applicationIdSuffix = ".debugJ2K"
|
||||
applicationIdSuffix = ".debugYokai"
|
||||
versionNameSuffix = "-d${getCommitCount()}"
|
||||
}
|
||||
getByName("release") {
|
||||
applicationIdSuffix = ".j2k"
|
||||
applicationIdSuffix = ".yokai"
|
||||
isShrinkResources = true
|
||||
isMinifyEnabled = true
|
||||
proguardFiles("proguard-android-optimize.txt", "proguard-rules.pro")
|
||||
|
|
|
@ -6,5 +6,5 @@ pluginManagement {
|
|||
}
|
||||
}
|
||||
|
||||
rootProject.name = "TachiyomiJ2K"
|
||||
rootProject.name = "Yokai"
|
||||
include(":app")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue