Update build.gradle

This commit is contained in:
Arkai1 2025-04-14 13:35:33 +05:30 committed by GitHub
parent ed5f5746dd
commit 10c28c4014
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ dependencies {
// Add a resolution strategy to force compatible versions // Add a resolution strategy to force compatible versions
configurations.all { configurations.all {
resolutionStrategy { 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' force 'org.jsoup:jsoup:1.16.1'
} }
} }