Update settings.gradle

release
FongMi 1 year ago
parent 911a1c819e
commit 8cc04ab83b
  1. 2
      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"

Loading…
Cancel
Save