Make "Tachiyomi" app name prefix implicit
This commit is contained in:
@ -38,7 +38,7 @@ android {
|
||||
versionName "$libVersion.$extVersionCode"
|
||||
setProperty("archivesBaseName", "tachiyomi-$pkgNameSuffix-v$versionName")
|
||||
manifestPlaceholders = [
|
||||
appName : appName,
|
||||
appName : "Tachiyomi: $extName",
|
||||
extClass: extClass,
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user