Address crash caused by missing dependency.

This commit is contained in:
fhuya
2020-01-27 10:45:25 -08:00
parent e41caac7db
commit 9bd841b86d
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ allprojects {
}
dependencies {
implementation libraries.supportCoreUtils
implementation libraries.supportCoreUtils
if (rootProject.findProject(":lib")) {
implementation project(":lib")