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
|
.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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@ dependencyResolutionManagement {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
rootProject.name = "TachiyomiSY"
|
rootProject.name = "Komikku"
|
||||||
include(":app")
|
include(":app")
|
||||||
include(":i18n")
|
include(":i18n")
|
||||||
// SY -->
|
// SY -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue