1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-01-31 18:42:44 +01:00

Merge branch 'release/2.6.9'

This commit is contained in:
Mikołaj Pich 2024-05-17 21:23:34 +02:00
commit 6e2bcfbe02
No known key found for this signature in database
3 changed files with 6 additions and 6 deletions

View File

@ -27,8 +27,8 @@ android {
testApplicationId "io.github.tests.wulkanowy" testApplicationId "io.github.tests.wulkanowy"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion 34
versionCode 168 versionCode 169
versionName "2.6.8" versionName "2.6.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "app_name", "Wulkanowy" resValue "string", "app_name", "Wulkanowy"
@ -191,7 +191,7 @@ ext {
} }
dependencies { dependencies {
implementation 'io.github.wulkanowy:sdk:2.6.7' implementation 'io.github.wulkanowy:sdk:2.6.8'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'

View File

@ -1,6 +1,5 @@
Wersja 2.6.8 Wersja 2.6.9
— i znowu aktualizacja, żeby wiadomości działały chociaż w piątek. Później już pewnie nie będą — naprawiliśmy obsługę eduOne (w piątek wieczorem, więc jak widzisz to później to może już nie działać)
— a i jeszcze naprawiliśmy dostęp mobilny, bo prosiliście
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases

View File

@ -41,6 +41,7 @@ class WulkanowySdkFactoryTest {
webkitCookieManagerProxy = mockk(), webkitCookieManagerProxy = mockk(),
studentDb = studentDao, studentDb = studentDao,
wulkanowyRepository = mockk(relaxed = true), wulkanowyRepository = mockk(relaxed = true),
context = mockk(),
) )
) )