mirror of
https://github.com/szkolny-eu/szkolny-android.git
synced 2024-11-24 19:04:38 -06:00
[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 {
|
val appPassword by lazy {
|
||||||
iLoveApple(
|
iLoveApple(
|
||||||
"ThisIsOurHardWorkPleaseDoNotCopyOrSteal(c)2019.KubaSz".sha256(),
|
"ThisIsOurHardWorkPleaseDoNotCopyOrSteal(c)2019.KubaSz".sha256(),
|
||||||
BuildConfig.VERSION_NAME.substringBeforeLast('+'),
|
BuildConfig.VERSION_BASE.substringBeforeLast('+'),
|
||||||
BuildConfig.VERSION_CODE.toLong()
|
BuildConfig.VERSION_CODE.toLong()
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user