1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-11-25 12:34:40 -06:00

Merge branch 'release/2.2.6'

This commit is contained in:
Mikołaj Pich 2023-11-06 11:22:19 +01:00
commit c64be2fab0
2 changed files with 7 additions and 7 deletions

View File

@ -27,8 +27,8 @@ android {
testApplicationId "io.github.tests.wulkanowy" testApplicationId "io.github.tests.wulkanowy"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 34 targetSdkVersion 34
versionCode 137 versionCode 138
versionName "2.2.5" versionName "2.2.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "app_name", "Wulkanowy" resValue "string", "app_name", "Wulkanowy"
@ -161,8 +161,8 @@ play {
defaultToAppBundles = false defaultToAppBundles = false
track = 'production' track = 'production'
releaseStatus = ReleaseStatus.IN_PROGRESS releaseStatus = ReleaseStatus.IN_PROGRESS
userFraction = 0.01d userFraction = 0.99d
updatePriority = 0 updatePriority = 5
enabled.set(false) enabled.set(false)
} }
@ -192,7 +192,7 @@ ext {
} }
dependencies { dependencies {
implementation 'io.github.wulkanowy:sdk:2.2.5' implementation 'io.github.wulkanowy:sdk:2.2.6'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.3'

View File

@ -1,5 +1,5 @@
Wersja 2.2.5 Wersja 2.2.6
— naprawiliśmy logowanie do aplikacji, które zostało zepsute w piątek aktualizacją dziennika VULCAN — naprawiliśmy logowanie do aplikacji (tym razem musi się udać) na odmianie standardowej i podobnych
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases