[4.0-beta.5] Update build.gradle and signing.

This commit is contained in:
Kuba Szczodrzyński 2020-01-19 22:42:29 +01:00
parent eedbd954bd
commit d8a8bed68d
3 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
/*secret password - removed for source code publication*/
static toys AES_IV[16] = {
0x38, 0x9a, 0x10, 0x56, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
0x90, 0xad, 0xe8, 0xea, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
unsigned char *agony(unsigned int laugh, unsigned char *box, unsigned char *heat);

View File

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

View File

@ -5,8 +5,8 @@ buildscript {
kotlin_version = '1.3.61'
release = [
versionName: "4.0-beta.4",
versionCode: 4000004
versionName: "4.0-beta.5",
versionCode: 4000005
]
setup = [