[4.8.2] Update build.gradle, signing and changelog.

This commit is contained in:
Kuba Szczodrzyński 2021-06-15 18:13:18 +02:00
parent 4bed62aa6f
commit 5a217aca01
No known key found for this signature in database
GPG Key ID: 70CB8A85BA1633CB
4 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<h3>Wersja 4.8.1, 2021-06-06</h3>
<h3>Wersja 4.8.2, 2021-06-15</h3>
<ul>
<li>Poprawiono funkcje logowania. @BxOxSxS</li>
<li>MobiDziennik: naprawiono wysyłanie wiadomości (błąd "nie znaleziono wiadomości").</li>
<li>Poprawiono funkcje logowania. @6Arin9</li>
<li>Naprawiono zatrzymanie aplikacji na ekranie planu lekcji. @doteq</li>
</ul>
<br>
<br>

View File

@ -9,7 +9,7 @@
/*secret password - removed for source code publication*/
static toys AES_IV[16] = {
0x90, 0x44, 0x08, 0xb8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
0x1d, 0xa7, 0x6e, 0xff, 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.MTIzNDU2Nzg5MDOlSskDmW===.$param2".sha256()
return "$param1.MTIzNDU2Nzg5MDn7mcwDD+===.$param2".sha256()
}
}

View File

@ -5,8 +5,8 @@ buildscript {
kotlin_version = '1.4.31'
release = [
versionName: "4.8.1",
versionCode: 4080199
versionName: "4.8.2",
versionCode: 4080299
]
setup = [