Skip to content

Commit

Permalink
Update libs dependencies (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldrabik authored Feb 22, 2023
1 parent a3b45fc commit b38463c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ internal class BankListAdapter(
logoUrl
}
with(binding) {
bankImageView.load(
uri = url
) {
bankImageView.load(url) {
listener(
onStart = {
bankTitleView.visibility = VISIBLE
Expand Down
18 changes: 9 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ buildscript {
okhttp3_loggin_interceptor_version = '4.9.1'
androidx_core_ktx_version = '1.9.0'
lifecycle_version = '2.5.1'
coil_version = '1.4.0'
coil_version = '2.2.2'
ktor_version = '2.1.1'
logback_version = '1.2.11'
material_version = '1.6.1'
webkit_version = '1.5.0'
appcompat_version = '1.5.1'
material_version = '1.8.0'
webkit_version = '1.6.0'
appcompat_version = '1.6.1'
recycler_version = '1.2.1'
constraint_layout_version = '2.1.4'
fragment_ktx_version = '1.5.2'
crypto_version = '1.1.0-alpha03'
fragment_ktx_version = '1.5.5'
crypto_version = '1.1.0-alpha04'
serialization_json_version = '1.2.2'
room_version = '2.4.3'
room_version = '2.5.0'

junit_version = '4.13.2'
androidx_junit_version = '1.1.3'
espresso_version = '3.4.0'
androidx_junit_version = '1.1.5'
espresso_version = '3.5.1'
mockk_version = '1.12.5'
core_testing_version = '2.1.0'
}
Expand Down
4 changes: 2 additions & 2 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ dependencies {
implementation "androidx.room:room-runtime:$room_version"
implementation "androidx.room:room-ktx:$room_version"

implementation "androidx.security:security-crypto:1.1.0-alpha03"
implementation "androidx.security:security-crypto:1.1.0-alpha04"

implementation("io.coil-kt:coil:1.4.0")
implementation("io.coil-kt:coil:2.2.2")

implementation "io.ktor:ktor-client-logging:$ktor_version"

Expand Down

0 comments on commit b38463c

Please sign in to comment.