Update build.gradle
This commit is contained in:
parent
ed5f5746dd
commit
10c28c4014
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ dependencies {
|
|||
// Add a resolution strategy to force compatible versions
|
||||
configurations.all {
|
||||
resolutionStrategy {
|
||||
force 'androidx.appcompat:appcompat:1.6.1' // Ensure this version is used across all modules
|
||||
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