Update build.gradle
This commit is contained in:
parent
6968c77b3b
commit
1f55a3699b
1 changed files with 0 additions and 8 deletions
|
@ -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'
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue