Update build.gradle

This commit is contained in:
Arkai1 2025-04-14 13:49:00 +05:30 committed by GitHub
parent 6968c77b3b
commit 1f55a3699b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,11 +23,3 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1" // JSON serialization for Kotlin
implementation "org.jsoup:jsoup:1.16.1" // Jsoup for HTML parsing
}
// Add a resolution strategy to force compatible versions
configurations.all {
resolutionStrategy {
force 'androidx.appcompat:appcompat:1.6.1'
force 'org.jsoup:jsoup:1.16.1'
}
}