forked from github/szkolny
[4.8.2] Update build.gradle, signing and changelog.
This commit is contained in:
parent
4bed62aa6f
commit
5a217aca01
@ -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>
|
||||
|
@ -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);
|
||||
|
||||
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
@ -5,8 +5,8 @@ buildscript {
|
||||
kotlin_version = '1.4.31'
|
||||
|
||||
release = [
|
||||
versionName: "4.8.1",
|
||||
versionCode: 4080199
|
||||
versionName: "4.8.2",
|
||||
versionCode: 4080299
|
||||
]
|
||||
|
||||
setup = [
|
||||
|
Loading…
Reference in New Issue
Block a user