mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2024-11-24 11:14:36 -06:00
Merge tag '0.21.2' into develop
Version 0.21.2
This commit is contained in:
commit
ee0fbcdfd6
@ -14,7 +14,7 @@ cache:
|
|||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
- 0.21.1
|
- 0.21.2
|
||||||
|
|
||||||
android:
|
android:
|
||||||
licenses:
|
licenses:
|
||||||
|
@ -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'
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user