From 65955482eb7aa4277409c4ff14afa65674d83068 Mon Sep 17 00:00:00 2001 From: ziro Date: Sat, 6 Jan 2024 12:23:08 +0700 Subject: [PATCH] chore: Rename project --- README.md | 4 ++-- app/build.gradle.kts | 4 ++-- settings.gradle.kts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 66c167a547..b6d5f0626d 100644 --- a/README.md +++ b/README.md @@ -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) | -# ![app icon](./.github/readme-images/app-icon.png)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) +# ![app icon](./.github/readme-images/app-icon.png)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) ![screenshots of app](./.github/readme-images/screens.gif) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7b7ba50f2d..b1f462fc7c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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") diff --git a/settings.gradle.kts b/settings.gradle.kts index cdfceb9e3f..7bbac9da1f 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -6,5 +6,5 @@ pluginManagement { } } -rootProject.name = "TachiyomiJ2K" +rootProject.name = "Yokai" include(":app")