mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-13 23:10:26 -06:00
Merge branch 'release/1.7.0' into develop
This commit is contained in:
commit
3d6ec93cde
@ -23,8 +23,8 @@ android {
|
|||||||
testApplicationId "io.github.tests.wulkanowy"
|
testApplicationId "io.github.tests.wulkanowy"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode 108
|
versionCode 109
|
||||||
versionName "1.6.4"
|
versionName "1.7.0"
|
||||||
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 = com.github.triplet.gradle.androidpublisher.ReleaseStatus.IN_PROGRESS
|
releaseStatus = com.github.triplet.gradle.androidpublisher.ReleaseStatus.IN_PROGRESS
|
||||||
userFraction = 0.50d
|
userFraction = 0.05d
|
||||||
updatePriority = 3
|
updatePriority = 5
|
||||||
enabled.set(false)
|
enabled.set(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -186,7 +186,7 @@ ext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation "io.github.wulkanowy:sdk:dbe87aac"
|
implementation "io.github.wulkanowy:sdk:1.7.0"
|
||||||
|
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.6'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.6'
|
||||||
|
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
Wersja 1.6.4
|
Wersja 1.7.0
|
||||||
|
|
||||||
- naprawiliśmy błąd ładowania frekwencji na GPE i Lubelskim Portalu Oświatowym
|
- naprawiliśmy logowanie do aplikacji
|
||||||
|
- 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