1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 02:39:09 -05:00

Merge branch 'hotfix/fix-recovery-visibility' into develop

This commit is contained in:
Mikołaj Pich 2021-04-01 22:40:33 +02:00
commit 792de4cd3d
3 changed files with 4 additions and 5 deletions

View File

@ -21,8 +21,8 @@ android {
testApplicationId "io.github.tests.wulkanowy"
minSdkVersion 17
targetSdkVersion 30
versionCode 89
versionName "1.1.3"
versionCode 90
versionName "1.1.4"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true

View File

@ -1,4 +1,4 @@
Wersja 1.1.3
Wersja 1.1.4
Oprócz tego naprawiliśmy:
- rzadkie problemy ze stabilnością przy logowaniu i w innych miejscach

View File

@ -25,8 +25,7 @@
android:id="@+id/loginRecoverFormContainer"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="16dp"
android:visibility="gone">
android:paddingBottom="16dp">
<TextView
android:id="@+id/loginFormHeader"