forked from github/szkolny
[API] Fix signatures for nightly versions.
This commit is contained in:
parent
5ab5dbe940
commit
6436a17036
@ -39,7 +39,7 @@ object Signing {
|
|||||||
val appPassword by lazy {
|
val appPassword by lazy {
|
||||||
iLoveApple(
|
iLoveApple(
|
||||||
"ThisIsOurHardWorkPleaseDoNotCopyOrSteal(c)2019.KubaSz".sha256(),
|
"ThisIsOurHardWorkPleaseDoNotCopyOrSteal(c)2019.KubaSz".sha256(),
|
||||||
BuildConfig.VERSION_NAME,
|
BuildConfig.VERSION_NAME.substringBeforeLast('+'),
|
||||||
BuildConfig.VERSION_CODE.toLong()
|
BuildConfig.VERSION_CODE.toLong()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user