Skip to content

Commit 8911ce2

Browse files
committed
[4.11.4] Update build.gradle, signing and changelog.
1 parent 2990fc5 commit 8911ce2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

app/src/main/assets/pl-changelog.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<h3>Wersja 4.11.3, 2022-02-21</h3>
1+
<h3>Wersja 4.11.4, 2022-03-14</h3>
22
<ul>
3-
<li>Naprawiono odświeżanie planu lekcji po pobraniu wybranego tygodnia.</li>
3+
<li>Poprawiono wyświetlanie ocen w przypadku przedmiotów z nieznaną nazwą.</li>
44
</ul>
55
<br>
66
<br>

app/src/main/cpp/szkolny-signing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/*secret password - removed for source code publication*/
1111
static toys AES_IV[16] = {
12-
0x90, 0xe9, 0x2f, 0x20, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
12+
0x3d, 0x32, 0x00, 0x89, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
1313

1414
unsigned char *agony(unsigned int laugh, unsigned char *box, unsigned char *heat);
1515

app/src/main/java/pl/szczodrzynski/edziennik/data/api/szkolny/interceptor/Signing.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ object Signing {
4646

4747
/*fun provideKey(param1: String, param2: Long): ByteArray {*/
4848
fun pleaseStopRightNow(param1: String, param2: Long): ByteArray {
49-
return "$param1.MTIzNDU2Nzg5MDw/KY+My+===.$param2".sha256()
49+
return "$param1.MTIzNDU2Nzg5MDvXV/n0BA===.$param2".sha256()
5050
}
5151
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildscript {
55
kotlin_version = '1.5.30'
66

77
release = [
8-
versionName: "4.11.3",
9-
versionCode: 4110399
8+
versionName: "4.11.4",
9+
versionCode: 4110499
1010
]
1111

1212
setup = [

0 commit comments

Comments
 (0)