mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-23 12:56:50 -06:00
Merge branch 'release/1.7.5' into develop
This commit is contained in:
commit
c7af85e0e1
@ -23,8 +23,8 @@ android {
|
||||
testApplicationId "io.github.tests.wulkanowy"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 32
|
||||
versionCode 113
|
||||
versionName "1.7.4"
|
||||
versionCode 114
|
||||
versionName "1.7.5"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
resValue "string", "app_name", "Wulkanowy"
|
||||
@ -162,7 +162,7 @@ play {
|
||||
track = 'production'
|
||||
// releaseStatus = com.github.triplet.gradle.androidpublisher.ReleaseStatus.IN_PROGRESS
|
||||
// userFraction = 0.05d
|
||||
updatePriority = 5
|
||||
updatePriority = 4
|
||||
enabled.set(false)
|
||||
}
|
||||
|
||||
@ -186,7 +186,7 @@ ext {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "io.github.wulkanowy:sdk:dcd8bd8b19"
|
||||
implementation "io.github.wulkanowy:sdk:1.7.5"
|
||||
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.8'
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
Wersja 1.7.4
|
||||
Wersja 1.7.5
|
||||
|
||||
- naprawiliśmy kilka błędów w obsłudze nowego modułu wiadomości
|
||||
- naprawiliśmy wyświetlanie napisu "Brak ocen", jesli uczeń nie zdobył w danym semestrze jeszcze żadnych ocen
|
||||
- naprawiliśmy logowanie do aplikacji rodzicom będącym jednocześnie nauczycielami
|
||||
|
||||
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases
|
||||
|
Loading…
Reference in New Issue
Block a user