Skip to content

Commit ac53e26

Browse files
committed
[4.13.2-rc.2] Update build.gradle, signing and changelog.
1 parent 86eb1a0 commit ac53e26

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.13.2-rc.1, 2022-11-25</h3>
1+
<h3>Wersja 4.13.2-rc.2, 2022-11-25</h3>
22
<ul>
33
<li>Poprawiono synchronizację w Mobidzienniku bez adresu e-mail.</li>
44
<li>Poprawiono błąd synchronizacji w Vulcanie.</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-
0xe3, 0xa6, 0xa6, 0xdc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
12+
0x1c, 0x6e, 0x5f, 0x6b, 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.MTIzNDU2Nzg5MDC75xBm7l===.$param2".sha256()
49+
return "$param1.MTIzNDU2Nzg5MDcenMiuYc===.$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.13.2-rc.1",
9-
versionCode: 4130210
8+
versionName: "4.13.2-rc.2",
9+
versionCode: 4130220
1010
]
1111

1212
setup = [

0 commit comments

Comments
 (0)