Merge tag '0.20.3' into develop

Version 0.20.3
This commit is contained in:
Mikołaj Pich 2020-09-04 23:42:12 +02:00
commit 9f85b2206a
3 changed files with 6 additions and 9 deletions

View File

@ -14,7 +14,7 @@ cache:
branches: branches:
only: only:
- develop - develop
- 0.20.2 - 0.20.3
android: android:
licenses: licenses:

View File

@ -18,8 +18,8 @@ android {
testApplicationId "io.github.tests.wulkanowy" testApplicationId "io.github.tests.wulkanowy"
minSdkVersion 17 minSdkVersion 17
targetSdkVersion 29 targetSdkVersion 29
versionCode 66 versionCode 67
versionName "0.20.2" versionName "0.20.3"
multiDexEnabled true multiDexEnabled true
resValue "string", "app_name", "Wulkanowy" resValue "string", "app_name", "Wulkanowy"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@ -126,7 +126,7 @@ configurations.all {
} }
dependencies { dependencies {
implementation "io.github.wulkanowy:sdk:0.20.2" implementation "io.github.wulkanowy:sdk:0.20.3"
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.10' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.10'

View File

@ -1,7 +1,4 @@
Wersja 0.20.2 Wersja 0.20.3
- naprawiliśmy powiadomienie o szczęśliwym numerku - naprawiliśmy opisy wpisów frekwencyjnych, które teraz będą już w całości po polsku
- naprawiliśmy przełączanie na nowy rok szkolny
- naprawiliśmy funkcję resetowania hasła
- dodaliśmy dziennik e-Skarżysko
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases