Replace deprecated Gradle functions

This commit is contained in:
Niko Diamadis
2023-11-11 23:13:52 +01:00
parent 0d423c1ce4
commit 83ef432456
2 changed files with 5 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ dependencies {
}
configurations {
all {
configureEach {
exclude group: 'org.json', module: 'json'
exclude group: 'androidx.lifecycle', module: 'lifecycle-viewmodel-ktx'
}