Change app name & ID, update gitignore

This commit is contained in:
Cuong M. Tran 2024-01-25 09:55:25 +07:00
parent 4ec2204836
commit 934f3cef2f
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2
3 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View file

@ -1,4 +1,5 @@
.gradle .gradle
.vscode
/local.properties /local.properties
/.idea/workspace.xml /.idea/workspace.xml
.DS_Store .DS_Store
@ -13,7 +14,7 @@
*/build */build
/build /build
*.apk *.apk
app/**/output.json app/**/output*.json
# Unnecessary file # Unnecessary file
*.swp *.swp

View file

@ -24,7 +24,7 @@ android {
namespace = "eu.kanade.tachiyomi" namespace = "eu.kanade.tachiyomi"
defaultConfig { defaultConfig {
applicationId = "eu.kanade.tachiyomi.sy" applicationId = "app.komikku"
versionCode = 62 versionCode = 62
versionName = "1.10.2" versionName = "1.10.2"

View file

@ -38,7 +38,7 @@ dependencyResolutionManagement {
} }
} }
rootProject.name = "TachiyomiSY" rootProject.name = "Komikku"
include(":app") include(":app")
include(":i18n") include(":i18n")
// SY --> // SY -->