Skip to content

Commit 71c9107

Browse files
committed
merger
1 parent 10c8d48 commit 71c9107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commonlibs/common/libagentweb-core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ group='com.github.geeklx'
66
apply from: './../../../commonlibs1.gradle'
77
def config = rootProject.ext //配置
88
def librarys = rootProject.ext.dependencies //
9+
repositories { flatDir { dirs 'libs' } }
910
dependencies {
1011
implementation fileTree(include: ['*.jar'], dir: 'libs')
1112
implementation 'com.github.Justson:Downloader:v4.1.9'

0 commit comments

Comments
 (0)