Update build.gradle

This commit is contained in:
Marcos Rodriguez Velez 2024-07-21 17:12:09 -04:00
parent e4cb59d4fd
commit a1f6db39f9
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7

View File

@ -58,7 +58,7 @@ allprojects {
}
configurations.all {
resolutionStrategy {
force 'androidx.activity:activity:1.6.0'
force 'androidx.activity:activity:1.5.1'
}
}
}