mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-23 12:36:13 -06:00
Version 1.7.2
This commit is contained in:
parent
bf34cb0c1e
commit
d139bd5b14
@ -23,8 +23,8 @@ android {
|
|||||||
testApplicationId "io.github.tests.wulkanowy"
|
testApplicationId "io.github.tests.wulkanowy"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode 110
|
versionCode 111
|
||||||
versionName "1.7.1"
|
versionName "1.7.2"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
resValue "string", "app_name", "Wulkanowy"
|
resValue "string", "app_name", "Wulkanowy"
|
||||||
@ -161,7 +161,7 @@ play {
|
|||||||
defaultToAppBundles = false
|
defaultToAppBundles = false
|
||||||
track = 'production'
|
track = 'production'
|
||||||
releaseStatus = com.github.triplet.gradle.androidpublisher.ReleaseStatus.IN_PROGRESS
|
releaseStatus = com.github.triplet.gradle.androidpublisher.ReleaseStatus.IN_PROGRESS
|
||||||
userFraction = 0.95d
|
userFraction = 0.05d
|
||||||
updatePriority = 5
|
updatePriority = 5
|
||||||
enabled.set(false)
|
enabled.set(false)
|
||||||
}
|
}
|
||||||
@ -186,7 +186,7 @@ ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "io.github.wulkanowy:sdk:a1bf69486b"
|
implementation "io.github.wulkanowy:sdk:1.7.2"
|
||||||
|
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.8'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.8'
|
||||||
|
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
Wersja 1.7.1
|
Wersja 1.7.2
|
||||||
|
|
||||||
- naprawiliśmy logowanie do aplikacji
|
- naprawiliśmy kilka błędów w obsłudze nowego modułu wiadomości
|
||||||
- dodaliśmy wsparcie nowego modułu Wiadomości Plus
|
|
||||||
- dodaliśmy nową możliwość wsparcia naszego projektu przez opcjonalne reklamy
|
|
||||||
- dodaliśmy sortowanie po średniej
|
|
||||||
- naprawiliśmy też kilka usterek wpływających na 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…
Reference in New Issue
Block a user