update libraries

* kotlinx-coroutines-android 1.5.2 -> 1.6.0
* kotlinx-serialization 1.3.1 -> 1.3.2
* glide 4.12.0 -> 4.13.1
* ktor 1.6.7 -> 1.6.8
This commit is contained in:
2022-04-02 19:28:19 +02:00
parent cf435fdb72
commit e97ad9a245
5 changed files with 19 additions and 12 deletions

View File

@ -16,7 +16,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="7dp"
android:text="@string/login"
android:text="@string/edit_login_credentials"
android:textSize="20sp"
android:textStyle="bold" />
@ -25,7 +25,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="5dp"
android:text="@string/login_desc" />
android:text="@string/edit_login_credentials_desc" />
<EditText
android:id="@+id/edit_text_login"