Updating dependencies

pull/423/head
Vitor Pamplona 2023-05-22 20:04:33 -04:00
rodzic 0bf94f316f
commit a1da4affeb
2 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -128,7 +128,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.11' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.11'
// Json Serialization TODO: We might need to converge between gson and Jackson (we are usin both) // Json Serialization TODO: We might need to converge between gson and Jackson (we are usin both)
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.15.0' implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.15.1'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
// link preview // link preview
@ -138,7 +138,7 @@ dependencies {
implementation 'androidx.security:security-crypto-ktx:1.1.0-alpha06' implementation 'androidx.security:security-crypto-ktx:1.1.0-alpha06'
// view videos // view videos
implementation 'com.google.android.exoplayer:exoplayer:2.18.6' implementation 'com.google.android.exoplayer:exoplayer:2.18.7'
// Load images from the web. // Load images from the web.
implementation "io.coil-kt:coil-compose:$coil_version" implementation "io.coil-kt:coil-compose:$coil_version"
@ -184,7 +184,7 @@ dependencies {
implementation "com.patrykandpatrick.vico:compose-m2:${vico_version}" implementation "com.patrykandpatrick.vico:compose-m2:${vico_version}"
// Automatic memory leak detection // Automatic memory leak detection
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.11'
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
testImplementation 'io.mockk:mockk:1.13.5' testImplementation 'io.mockk:mockk:1.13.5'

Wyświetl plik

@ -6,8 +6,8 @@ buildscript {
nav_version = "2.5.3" nav_version = "2.5.3"
room_version = "2.4.3" room_version = "2.4.3"
accompanist_version = '0.30.0' accompanist_version = '0.30.0'
coil_version = '2.3.0' coil_version = '2.4.0'
vico_version = '1.6.5' vico_version = '1.6.6'
} }
dependencies { dependencies {
classpath 'com.google.gms:google-services:4.3.15' classpath 'com.google.gms:google-services:4.3.15'