remove jsoup from dependencies
This commit is contained in:
@@ -205,9 +205,6 @@ dependencies {
|
|||||||
// Websockets API
|
// Websockets API
|
||||||
implementation libs.okhttp
|
implementation libs.okhttp
|
||||||
|
|
||||||
// HTML Parsing for Link Preview
|
|
||||||
implementation libs.jsoup
|
|
||||||
|
|
||||||
// Encrypted Key Storage
|
// Encrypted Key Storage
|
||||||
implementation libs.androidx.security.crypto.ktx
|
implementation libs.androidx.security.crypto.ktx
|
||||||
|
|
||||||
|
|||||||
@@ -93,7 +93,6 @@ google-mlkit-language-id = { group = "com.google.mlkit", name = "language-id", v
|
|||||||
google-mlkit-translate = { group = "com.google.mlkit", name = "translate", version.ref = "translate" }
|
google-mlkit-translate = { group = "com.google.mlkit", name = "translate", version.ref = "translate" }
|
||||||
jackson-module-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin", version.ref = "jacksonModuleKotlin" }
|
jackson-module-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin", version.ref = "jacksonModuleKotlin" }
|
||||||
jna = { group = "net.java.dev.jna", name = "jna", version.ref = "jna" }
|
jna = { group = "net.java.dev.jna", name = "jna", version.ref = "jna" }
|
||||||
jsoup = { group = "org.jsoup", name = "jsoup", version.ref = "jsoup" }
|
|
||||||
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
||||||
kotlinx-collections-immutable = { group = "org.jetbrains.kotlinx", name = "kotlinx-collections-immutable", version.ref = "kotlinxCollectionsImmutable" }
|
kotlinx-collections-immutable = { group = "org.jetbrains.kotlinx", name = "kotlinx-collections-immutable", version.ref = "kotlinxCollectionsImmutable" }
|
||||||
lazysodium-android = { group = "com.goterl", name = "lazysodium-android", version.ref = "lazysodiumAndroid" }
|
lazysodium-android = { group = "com.goterl", name = "lazysodium-android", version.ref = "lazysodiumAndroid" }
|
||||||
|
|||||||
Reference in New Issue
Block a user