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