1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 00:49:10 -05:00

Merge branch 'release/2.3.0' into develop

This commit is contained in:
Mikołaj Pich 2024-01-02 01:51:58 +01:00
commit 0ea6cbc8ed
2 changed files with 8 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 139 versionCode 140
versionName "2.2.7" versionName "2.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
resValue "string", "app_name", "Wulkanowy" resValue "string", "app_name", "Wulkanowy"
@ -162,8 +162,8 @@ play {
defaultToAppBundles = false defaultToAppBundles = false
track = 'production' track = 'production'
releaseStatus = ReleaseStatus.IN_PROGRESS releaseStatus = ReleaseStatus.IN_PROGRESS
userFraction = 0.99d userFraction = 0.15d
updatePriority = 5 updatePriority = 3
enabled.set(false) enabled.set(false)
} }
@ -193,7 +193,7 @@ ext {
} }
dependencies { dependencies {
implementation 'io.github.wulkanowy:sdk:2.2.7' implementation 'io.github.wulkanowy:sdk:2.3.1'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.4'

View File

@ -1,5 +1,6 @@
Wersja 2.2.7 Wersja 2.3.0
— naprawiliśmy logowanie do aplikacji i odświeżanie danych na odmianie standardowej i podobnych — poprawiliśmy kilka usterek przy odświeżaniu danych (ale pewnie nie wszystkie)
— zaktualizowaliśmy sposób pytania o zgodę na personalizowane reklamy
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases