[4.14] Update build.gradle, signing and changelog

This commit is contained in:
Kuba Szczodrzyński 2025-02-02 16:29:09 +01:00
parent 2681794676
commit 02a9724587
No known key found for this signature in database
GPG Key ID: 43037AC62A600562
4 changed files with 10 additions and 7 deletions

View File

@ -1,8 +1,11 @@
<h3>Wersja 4.13.7, 2024-07-08</h3> <h3>Wersja 4.14, 2025-02-02</h3>
<ul> <ul>
<li>Dodano opcję uruchomienia aplikacji bez logowania.</li> <li>USOS: <b>dodano obsługę ocen</b>.</li>
<li>USOS: obliczanie średniej za studia oraz punktów ECTS.</li>
<li>USOS: poprawiono brak planu zajęć po rozpoczęciu roku.</li>
<li>Wyłączono archiwizator profili.</li>
</ul> </ul>
<br> <br>
<br> <br>
Dzięki za korzystanie ze Szkolnego!<br> Dzięki za korzystanie ze Szkolnego!<br>
<i>&copy; [Kuba Szczodrzyński](@kuba2k2) 2023</i> <i>&copy; [Kuba Szczodrzyński](@kuba2k2) 2025</i>

View File

@ -9,7 +9,7 @@
/*secret password - removed for source code publication*/ /*secret password - removed for source code publication*/
static toys AES_IV[16] = { static toys AES_IV[16] = {
0x0e, 0x87, 0x6d, 0xaa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; 0xee, 0x23, 0xf1, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
unsigned char *agony(unsigned int laugh, unsigned char *box, unsigned char *heat); unsigned char *agony(unsigned int laugh, unsigned char *box, unsigned char *heat);

View File

@ -46,6 +46,6 @@ object Signing {
/*fun provideKey(param1: String, param2: Long): ByteArray {*/ /*fun provideKey(param1: String, param2: Long): ByteArray {*/
fun pleaseStopRightNow(param1: String, param2: Long): ByteArray { fun pleaseStopRightNow(param1: String, param2: Long): ByteArray {
return "$param1.MTIzNDU2Nzg5MD0WAYwfGc===.$param2".sha256() return "$param1.MTIzNDU2Nzg5MDADAoYzGn===.$param2".sha256()
} }
} }

View File

@ -5,8 +5,8 @@ buildscript {
kotlin_version = '1.6.10' kotlin_version = '1.6.10'
release = [ release = [
versionName: "4.13.7", versionName: "4.14",
versionCode: 4130799 versionCode: 4140099
] ]
setup = [ setup = [