1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-19 23:29:08 -05:00

Version 0.21.2

This commit is contained in:
Mikołaj Pich 2020-09-29 21:10:05 +02:00
parent 1f0f6b3e51
commit 8a1a712d6d
3 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ cache:
branches: branches:
only: only:
- develop - develop
- 0.21.1 - 0.21.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 71 versionCode 72
versionName "0.21.1" versionName "0.21.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"
@ -127,7 +127,7 @@ configurations.all {
} }
dependencies { dependencies {
implementation "io.github.wulkanowy:sdk:7577fc9" implementation "io.github.wulkanowy:sdk:0.21.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.21.1 Wersja 0.21.2
- naprawiliśmy logowanie do tarnowskiego dziennika - naprawiliśmy logowanie do tarnowskiego dziennika
- naprawiliśmy wyświetlanie podsumowania punktów klasy - naprawiliśmy wyświetlanie podsumowania punktów klasy
- dodaliśmy skróty aplikacji - dodaliśmy skróty aplikacji