diff --git a/app/build.gradle b/app/build.gradle index 910f2f9a0..f3f8c77a5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -27,8 +27,8 @@ android { testApplicationId "io.github.tests.wulkanowy" minSdkVersion 21 targetSdkVersion 34 - versionCode 173 - versionName "2.6.13" + versionCode 174 + versionName "2.6.14" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" resValue "string", "app_name", "Wulkanowy" @@ -160,8 +160,8 @@ play { defaultToAppBundles = false track = 'production' releaseStatus = ReleaseStatus.IN_PROGRESS - userFraction = 0.1d - updatePriority = 2 + userFraction = 0.99d + updatePriority = 3 enabled.set(false) } @@ -191,7 +191,7 @@ ext { } dependencies { - implementation 'io.github.wulkanowy:sdk:2.6.12-SNAPSHOT' + implementation 'io.github.wulkanowy:sdk:2.6.12' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' diff --git a/app/src/main/play/release-notes/pl-PL/default.txt b/app/src/main/play/release-notes/pl-PL/default.txt index b81bcc36a..4a0c82fb7 100644 --- a/app/src/main/play/release-notes/pl-PL/default.txt +++ b/app/src/main/play/release-notes/pl-PL/default.txt @@ -1,6 +1,5 @@ -Wersja 2.6.13 +Wersja 2.6.14 -— dodaliśmy tryb awaryjny (no w sensie taka przeglądarka z dziennikiem w apce, ale nie trzeba się ręcznie logować) -— naprawiliśmy ładowania ucznia na tle klasy i lekcji zrealizowanych +— naprawiliśmy moduł "Uczeń", czyli bez wiadomości i "Uczeń Plus" (na razie) Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases