We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c8d48 commit 71c9107Copy full SHA for 71c9107
commonlibs/common/libagentweb-core/build.gradle
@@ -6,6 +6,7 @@ group='com.github.geeklx'
6
apply from: './../../../commonlibs1.gradle'
7
def config = rootProject.ext //配置
8
def librarys = rootProject.ext.dependencies //
9
+repositories { flatDir { dirs 'libs' } }
10
dependencies {
11
implementation fileTree(include: ['*.jar'], dir: 'libs')
12
implementation 'com.github.Justson:Downloader:v4.1.9'
0 commit comments