mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +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) |
|
| [](https://github.com/jays2kings/tachiyomiJ2K/releases) | [](https://hosted.weblate.org/engage/tachiyomi/?utm_source=widget) | [](https://discord.gg/tachiyomi) |
|
||||||
|
|
||||||
|
|
||||||
# TachiyomiJ2K
|
# 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)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
@ -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")
|
||||||
|
|
|
@ -6,5 +6,5 @@ pluginManagement {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rootProject.name = "TachiyomiJ2K"
|
rootProject.name = "Yokai"
|
||||||
include(":app")
|
include(":app")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue