Change app name & ID, update gitignore
This commit is contained in:
parent
4ec2204836
commit
934f3cef2f
3 changed files with 4 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
.gradle
|
||||
.vscode
|
||||
/local.properties
|
||||
/.idea/workspace.xml
|
||||
.DS_Store
|
||||
|
|
@ -13,7 +14,7 @@
|
|||
*/build
|
||||
/build
|
||||
*.apk
|
||||
app/**/output.json
|
||||
app/**/output*.json
|
||||
|
||||
# Unnecessary file
|
||||
*.swp
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ android {
|
|||
namespace = "eu.kanade.tachiyomi"
|
||||
|
||||
defaultConfig {
|
||||
applicationId = "eu.kanade.tachiyomi.sy"
|
||||
applicationId = "app.komikku"
|
||||
|
||||
versionCode = 62
|
||||
versionName = "1.10.2"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ dependencyResolutionManagement {
|
|||
}
|
||||
}
|
||||
|
||||
rootProject.name = "TachiyomiSY"
|
||||
rootProject.name = "Komikku"
|
||||
include(":app")
|
||||
include(":i18n")
|
||||
// SY -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue