Compare commits
22 Commits
dependabot
...
2.6.16
Author | SHA1 | Date | |
---|---|---|---|
1c485d6578 | |||
77155a74d3 | |||
386ae58817 | |||
dd3d62c10d | |||
05c6c8bc96 | |||
1f0b400e5a | |||
718bbea329 | |||
8390ccad20 | |||
bf9f048116 | |||
56bfabdf11 | |||
6e2bcfbe02 | |||
440cc7ae89 | |||
51dd343299 | |||
5ee7fee09d | |||
ff56348586 | |||
a69361708e | |||
3cbe98d7b8 | |||
503a97bc4c | |||
ae6a35121b | |||
558addd097 | |||
e8f9c57c34 | |||
4d67de8e5f |
@ -27,8 +27,8 @@ android {
|
||||
testApplicationId "io.github.tests.wulkanowy"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 34
|
||||
versionCode 175
|
||||
versionName "2.6.15"
|
||||
versionCode 176
|
||||
versionName "2.6.16"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
resValue "string", "app_name", "Wulkanowy"
|
||||
@ -161,7 +161,7 @@ play {
|
||||
track = 'production'
|
||||
releaseStatus = ReleaseStatus.IN_PROGRESS
|
||||
userFraction = 0.99d
|
||||
updatePriority = 3
|
||||
updatePriority = 2
|
||||
enabled.set(false)
|
||||
}
|
||||
|
||||
@ -191,7 +191,7 @@ ext {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'io.github.wulkanowy:sdk:2.6.13'
|
||||
implementation 'io.github.wulkanowy:sdk:2.6.14'
|
||||
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
Wersja 2.6.15
|
||||
Wersja 2.6.16
|
||||
|
||||
— naprawiliśmy moduł wiadomości
|
||||
— dodaliśmy język kaszubski
|
||||
— naprawiliśmy crash aplikacji przy przełączaniu uczniów, kiedy włączone są reklamy
|
||||
|
||||
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases
|
||||
|
Reference in New Issue
Block a user