mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-23 10:16:32 -06:00
Merge branch 'release/1.8.1' into develop
This commit is contained in:
commit
1df4679db8
@ -23,8 +23,8 @@ android {
|
||||
testApplicationId "io.github.tests.wulkanowy"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 32
|
||||
versionCode 115
|
||||
versionName "1.8.0"
|
||||
versionCode 116
|
||||
versionName "1.8.1"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
resValue "string", "app_name", "Wulkanowy"
|
||||
@ -161,7 +161,7 @@ play {
|
||||
defaultToAppBundles = false
|
||||
track = 'production'
|
||||
releaseStatus = com.github.triplet.gradle.androidpublisher.ReleaseStatus.IN_PROGRESS
|
||||
userFraction = 0.25d
|
||||
userFraction = 0.10d
|
||||
updatePriority = 4
|
||||
enabled.set(false)
|
||||
}
|
||||
@ -186,7 +186,7 @@ ext {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation "io.github.wulkanowy:sdk:1.8.0"
|
||||
implementation "io.github.wulkanowy:sdk:1.8.1"
|
||||
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.8'
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
Wersja 1.8.0
|
||||
Wersja 1.8.1
|
||||
|
||||
- naprawiliśmy liczenie średniej ucznia w ocenach klasy dla wykresu "Wszystkie"
|
||||
- zmieniliśmy kolejność przycisków akcji w podglądzie wiadomości
|
||||
|
Loading…
Reference in New Issue
Block a user