Fixing relative paths on OG:IMAGE tags to correctly see a preview card

This commit is contained in:
Vitor Pamplona
2023-03-04 10:49:36 -05:00
parent 9432135847
commit 58e0aa5f8f
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ dependencies {
implementation 'androidx.security:security-crypto-ktx:1.1.0-alpha05'
// view videos
implementation 'com.google.android.exoplayer:exoplayer:2.18.3'
implementation 'com.google.android.exoplayer:exoplayer:2.18.4'
// Load images from the web.
implementation "io.coil-kt:coil-compose:2.2.2"