Merge branch 'release/1.1.2' into develop

This commit is contained in:
Mikołaj Pich 2021-03-16 12:59:00 +01:00
commit 8fb09d7b7d
2 changed files with 5 additions and 5 deletions

View File

@ -20,8 +20,8 @@ android {
testApplicationId "io.github.tests.wulkanowy" testApplicationId "io.github.tests.wulkanowy"
minSdkVersion 17 minSdkVersion 17
targetSdkVersion 30 targetSdkVersion 30
versionCode 87 versionCode 88
versionName "1.1.1" versionName "1.1.2"
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
@ -150,7 +150,7 @@ ext {
} }
dependencies { dependencies {
implementation "com.github.wulkanowy:sdk:340cf4ebd3" implementation "io.github.wulkanowy:sdk:1.1.2"
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'

View File

@ -1,6 +1,6 @@
Wersja 1.1.1 Wersja 1.1.2
- naprawiliśmy wyświetlanie planu lekcji - naprawiliśmy wyświetlanie planu lekcji i lekcji dodatkowych
- naprawiliśmy kilka rzadkich problemów ze stabilnością - naprawiliśmy kilka rzadkich problemów ze stabilnością
Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases Pełna lista zmian: https://github.com/wulkanowy/wulkanowy/releases