Fix duplicate class build error

This commit is contained in:
Niko Diamadis
2022-10-22 18:56:36 +02:00
committed by Jannis Mattheis
parent 74c91bdfd4
commit ca31e74265

View File

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