Skip to content

Commit 132729b

Browse files
committed
[4.12.1] Update build.gradle, signing and changelog.
1 parent 6d36ab2 commit 132729b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h3>Wersja 4.12, 2022-09-21</h3>
1+
<h3>Wersja 4.12.1, 2022-09-23</h3>
22
<ul>
33
<li>Vulcan UONET+: naprawiono działanie systemu wiadomości. @Antoni-Czaplicki</li>
44
<li>Vulcan UONET+: naprawiono błędy wersji 4.11.9 i starszych.</li>

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-
0x9f, 0x7e, 0x7a, 0xcd, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
12+
0xdf, 0xe4, 0x2d, 0xa3, 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.MTIzNDU2Nzg5MDRaOIVjKV===.$param2".sha256()
49+
return "$param1.MTIzNDU2Nzg5MDJgAI/q8c===.$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.6.10'
66

77
release = [
8-
versionName: "4.12",
9-
versionCode: 4120099
8+
versionName: "4.12.1",
9+
versionCode: 4120199
1010
]
1111

1212
setup = [

0 commit comments

Comments
 (0)