Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed May 23, 2023
1 parent 0bf94f3 commit a1da4af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies {
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)
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'

// link preview
Expand All @@ -138,7 +138,7 @@ dependencies {
implementation 'androidx.security:security-crypto-ktx:1.1.0-alpha06'

// 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.
implementation "io.coil-kt:coil-compose:$coil_version"
Expand Down Expand Up @@ -184,7 +184,7 @@ dependencies {
implementation "com.patrykandpatrick.vico:compose-m2:${vico_version}"

// 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 'io.mockk:mockk:1.13.5'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ buildscript {
nav_version = "2.5.3"
room_version = "2.4.3"
accompanist_version = '0.30.0'
coil_version = '2.3.0'
vico_version = '1.6.5'
coil_version = '2.4.0'
vico_version = '1.6.6'
}
dependencies {
classpath 'com.google.gms:google-services:4.3.15'
Expand Down

0 comments on commit a1da4af

Please sign in to comment.