From 07ccf75d4473be81d3b8a7a82ecc74a34a129ee0 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 25 May 2023 18:43:01 -0400 Subject: [PATCH] updates jsoup and activity compose to the latest versions --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 40bca5d2c..444f18238 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,7 +86,7 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.10.1' - implementation 'androidx.activity:activity-compose:1.7.1' + implementation 'androidx.activity:activity-compose:1.7.2' implementation "androidx.compose.ui:ui:$compose_ui_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version" @@ -131,7 +131,7 @@ dependencies { implementation 'com.squareup.retrofit2:converter-gson:2.9.0' // link preview - implementation 'org.jsoup:jsoup:1.13.1' + implementation 'org.jsoup:jsoup:1.16.1' //implementation 'tw.com.oneup.www:Baha-UrlPreview:1.0.1' // Encrypted Key Storage