forked from github/wulkanowy-mirror
Merge branch 'release/1.5.0' into develop
This commit is contained in:
commit
47e3f2dc58
@ -22,8 +22,8 @@ android {
|
|||||||
testApplicationId "io.github.tests.wulkanowy"
|
testApplicationId "io.github.tests.wulkanowy"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 31
|
targetSdkVersion 31
|
||||||
versionCode 102
|
versionCode 103
|
||||||
versionName "1.4.4"
|
versionName "1.5.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
resValue "string", "app_name", "Wulkanowy"
|
resValue "string", "app_name", "Wulkanowy"
|
||||||
@ -149,8 +149,10 @@ kapt {
|
|||||||
|
|
||||||
play {
|
play {
|
||||||
defaultToAppBundles = false
|
defaultToAppBundles = false
|
||||||
track = 'beta'
|
track = 'production'
|
||||||
updatePriority = 4
|
releaseStatus = com.github.triplet.gradle.androidpublisher.ReleaseStatus.IN_PROGRESS
|
||||||
|
userFraction = 0.25d
|
||||||
|
updatePriority = 1
|
||||||
enabled.set(false)
|
enabled.set(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -174,7 +176,7 @@ ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "io.github.wulkanowy:sdk:6e1b8eb26a"
|
implementation "io.github.wulkanowy:sdk:1.5.0"
|
||||||
|
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
Wersja 1.4.4
|
Wersja 1.5.0
|
||||||
|
|
||||||
- naprawiliśmy logowanie do Gdańskiej Platformy Edukacyjnej
|
- dodaliśmy możliwość dodawania własnych lekcji dodatkowych
|
||||||
- naprawiliśmy sortowanie ocen oraz ogłoszeń
|
- dodaliśmy wsparcie dla różnych stref czasowych
|
||||||
|
- dodaliśmy eksperymentalne wsparcie dla przedszkola
|
||||||
|
- wprowadziliśmy też wiele innych mniejszych poprawek, poprawiających komfort używania aplikacji
|
||||||
|
|
||||||
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases
|
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases
|
||||||
|
Loading…
x
Reference in New Issue
Block a user