Updates dependencies

This commit is contained in:
Vitor Pamplona
2024-01-05 15:23:17 -05:00
parent 00cffc8b6b
commit 4291a58f85
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -138,7 +138,7 @@ android {
}
composeOptions {
kotlinCompilerExtensionVersion "1.5.3"
kotlinCompilerExtensionVersion "1.5.7"
}
packagingOptions {
@@ -197,7 +197,7 @@ dependencies {
implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.12'
// HTML Parsing for Link Preview
implementation 'org.jsoup:jsoup:1.17.1'
implementation 'org.jsoup:jsoup:1.17.2'
// Encrypted Key Storage
implementation 'androidx.security:security-crypto-ktx:1.1.0-alpha06'