mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2025-04-02 06:44:27 +02:00
[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…
x
Reference in New Issue
Block a user