diff --git a/settings.gradle b/settings.gradle index 021148c51..e9187e09e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -12,7 +12,7 @@ dependencyResolutionManagement { mavenCentral() jcenter() google() - flatDir { dirs "$rootDir/app/libs", "$rootDir/quickjs/libs" } + flatDir { dirs "$rootDir/app/libs" } maven { url "https://jitpack.io" } maven { url "http://4thline.org/m2"