Change apk names (#10)
This commit is contained in:
parent
28ef35c069
commit
948447f5ec
|
@ -24,6 +24,7 @@ android {
|
|||
applicationIdSuffix pkgNameSuffix
|
||||
versionCode extVersionCode
|
||||
versionName "$libVersion.$extVersionSuffix"
|
||||
setProperty("archivesBaseName", "tachiyomi-$pkgNameSuffix-v$versionName")
|
||||
manifestPlaceholders = [
|
||||
appName: appName,
|
||||
extClass: extClass,
|
||||
|
|
Loading…
Reference in New Issue