[4.0-beta.6] Update build.gradle, signing and changelog.

This commit is contained in:
Kuba Szczodrzyński 2020-01-28 22:53:52 +01:00
parent 3b0570d21c
commit 4763033f24
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<h3>Wersja 4.0-beta.4, 2020-01-19</h3>
<h3>Wersja 4.0-beta.6, 2020-01-28</h3>
<ul>
<li><b>Przebudowaliśmy cały moduł synchronizacji</b>, co oznacza większą stabilność aplikacji, szybkosć oraz poprawność pobieranych danych.</li>
<li><b><u>Wysyłanie wiadomości</u></b> - funkcja, na którą czekał każdy. Od teraz w Szkolnym można wysyłać oraz odpowiadać na wiadomości do nauczycieli &#x1F44F;</li>

View File

@ -9,7 +9,7 @@
/*secret password - removed for source code publication*/
static toys AES_IV[16] = {
0x90, 0xad, 0xe8, 0xea, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
0x4a, 0x83, 0xba, 0x71, 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.MTIzNDU2Nzg5MDzsOS3K08===.$param2".sha256()
return "$param1.MTIzNDU2Nzg5MDHOhFUjfn===.$param2".sha256()
}
}

View File

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