Fix duplicate class build error
This commit is contained in:
committed by
Jannis Mattheis
parent
74c91bdfd4
commit
ca31e74265
@@ -79,6 +79,7 @@ dependencies {
|
|||||||
configurations {
|
configurations {
|
||||||
all {
|
all {
|
||||||
exclude group: 'org.json', module: 'json'
|
exclude group: 'org.json', module: 'json'
|
||||||
|
exclude group: 'androidx.lifecycle', module: 'lifecycle-viewmodel-ktx'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user