File tree 3 files changed +12
-14
lines changed
accounts/src/main/java/eu/kevin/accounts/bankselection/adapters
3 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,7 @@ internal class BankListAdapter(
53
53
logoUrl
54
54
}
55
55
with (binding) {
56
- bankImageView.load(
57
- uri = url
58
- ) {
56
+ bankImageView.load(url) {
59
57
listener(
60
58
onStart = {
61
59
bankTitleView.visibility = VISIBLE
Original file line number Diff line number Diff line change @@ -5,22 +5,22 @@ buildscript {
5
5
okhttp3_loggin_interceptor_version = ' 4.9.1'
6
6
androidx_core_ktx_version = ' 1.9.0'
7
7
lifecycle_version = ' 2.5.1'
8
- coil_version = ' 1.4.0 '
8
+ coil_version = ' 2.2.2 '
9
9
ktor_version = ' 2.1.1'
10
10
logback_version = ' 1.2.11'
11
- material_version = ' 1.6.1 '
12
- webkit_version = ' 1.5 .0'
13
- appcompat_version = ' 1.5 .1'
11
+ material_version = ' 1.8.0 '
12
+ webkit_version = ' 1.6 .0'
13
+ appcompat_version = ' 1.6 .1'
14
14
recycler_version = ' 1.2.1'
15
15
constraint_layout_version = ' 2.1.4'
16
- fragment_ktx_version = ' 1.5.2 '
17
- crypto_version = ' 1.1.0-alpha03 '
16
+ fragment_ktx_version = ' 1.5.5 '
17
+ crypto_version = ' 1.1.0-alpha04 '
18
18
serialization_json_version = ' 1.2.2'
19
- room_version = ' 2.4.3 '
19
+ room_version = ' 2.5.0 '
20
20
21
21
junit_version = ' 4.13.2'
22
- androidx_junit_version = ' 1.1.3 '
23
- espresso_version = ' 3.4.0 '
22
+ androidx_junit_version = ' 1.1.5 '
23
+ espresso_version = ' 3.5.1 '
24
24
mockk_version = ' 1.12.5'
25
25
core_testing_version = ' 2.1.0'
26
26
}
Original file line number Diff line number Diff line change @@ -104,9 +104,9 @@ dependencies {
104
104
implementation " androidx.room:room-runtime:$room_version "
105
105
implementation " androidx.room:room-ktx:$room_version "
106
106
107
- implementation " androidx.security:security-crypto:1.1.0-alpha03 "
107
+ implementation " androidx.security:security-crypto:1.1.0-alpha04 "
108
108
109
- implementation(" io.coil-kt:coil:1.4.0 " )
109
+ implementation(" io.coil-kt:coil:2.2.2 " )
110
110
111
111
implementation " io.ktor:ktor-client-logging:$ktor_version "
112
112
You can’t perform that action at this time.
0 commit comments