Remove reference to nonexistant folder.

libs/ doesn't exist; only app/libs/ does, and that's handled by app/build.gradle.
This commit is contained in:
Joseph Cloutier
2022-06-11 19:58:58 -04:00
parent 1ff434043c
commit 619b67b472

View File

@@ -58,7 +58,6 @@ configure(subprojects.findAll {!it.file('build.gradle').exists() && it.file('bui
}
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api project(':deps:extension-api')
}
}