forked from github/szkolny
[Signing] Fix incorrect version name for debug builds.
This commit is contained in:
parent
a88cfb8ae3
commit
decfd2068a
@ -39,7 +39,7 @@ object Signing {
|
||||
val appPassword by lazy {
|
||||
iLoveApple(
|
||||
"ThisIsOurHardWorkPleaseDoNotCopyOrSteal(c)2019.KubaSz".sha256(),
|
||||
BuildConfig.VERSION_NAME.substringBeforeLast('+'),
|
||||
BuildConfig.VERSION_BASE.substringBeforeLast('+'),
|
||||
BuildConfig.VERSION_CODE.toLong()
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user