Version 0.20.2

This commit is contained in:
Mikołaj Pich 2020-09-02 00:23:41 +02:00
parent 42ed7e0ae1
commit ee168bafe0
3 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ cache:
branches: branches:
only: only:
- develop - develop
- 0.20.1 - 0.20.2
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 64 versionCode 66
versionName "0.20.0" versionName "0.20.2"
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.1" implementation "io.github.wulkanowy:sdk:0.20.2"
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.10' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.0.10'

View File

@ -1,4 +1,4 @@
Wersja 0.20.1 Wersja 0.20.2
- naprawiliśmy powiadomienie o szczęśliwym numerku - naprawiliśmy powiadomienie o szczęśliwym numerku
- naprawiliśmy przełączanie na nowy rok szkolny - naprawiliśmy przełączanie na nowy rok szkolny
- naprawiliśmy funkcję resetowania hasła - naprawiliśmy funkcję resetowania hasła