Skip to content

Commit 8e3d404

Browse files
committed
[4.4.2] Update build.gradle, signing and changelog.
1 parent 810cfd8 commit 8e3d404

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
<h3>Wersja 4.4.1, 2020-09-03</h3>
1+
<h3>Wersja 4.4.2, 2020-09-05</h3>
22
<ul>
33
<li>Poprawione komunikaty o aktualizacjach aplikacji.</li>
44
<li>Mobidziennik: poprawione wyświetlanie przedmiotu w planie lekcji.</li>
55
<li>Mobidziennik: naprawiony moduł frekwencji.</li>
6+
<li>Naprawione zatrzymanie aplikacji na ekranie logowania.</li>
67
</ul>
78
<br>
89
<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-
0x72, 0x4b, 0x61, 0x3a, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
12+
0x1a, 0xcd, 0xf0, 0x80, 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.MTIzNDU2Nzg5MDv1BTei5k===.$param2".sha256()
49+
return "$param1.MTIzNDU2Nzg5MDx45DzIF8===.$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.3.61'
66

77
release = [
8-
versionName: "4.4.1",
9-
versionCode: 4040199
8+
versionName: "4.4.2",
9+
versionCode: 4040299
1010
]
1111

1212
setup = [

0 commit comments

Comments
 (0)