Skip to content

Commit cd0322f

Browse files
author
mrzhang
committed
add flatDir
1 parent b5f1202 commit cd0322f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ buildscript {
2121

2222
allprojects {
2323
repositories {
24+
flatDir {
25+
dirs '../componentrelease' //this way we can find the .aar file in folder
26+
}
2427
jcenter()
2528
maven { url "https://jitpack.io" }
2629
maven {

0 commit comments

Comments
 (0)