[4.0-rc.1] Update build.gradle, singing and changelog.

This commit is contained in:
Kuba Szczodrzyński
2020-03-26 19:19:57 +01:00
parent 114c841f0c
commit a983af6c28
4 changed files with 7 additions and 16 deletions

View File

@ -46,6 +46,6 @@ object Signing {
/*fun provideKey(param1: String, param2: Long): ByteArray {*/
fun pleaseStopRightNow(param1: String, param2: Long): ByteArray {
return "$param1.MTIzNDU2Nzg5MDurcz1Rjg===.$param2".sha256()
return "$param1.MTIzNDU2Nzg5MD86J6EdtN===.$param2".sha256()
}
}