We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f1202 commit cd0322fCopy full SHA for cd0322f
1 file changed
build.gradle
@@ -21,6 +21,9 @@ buildscript {
21
22
allprojects {
23
repositories {
24
+ flatDir {
25
+ dirs '../componentrelease' //this way we can find the .aar file in folder
26
+ }
27
jcenter()
28
maven { url "https://jitpack.io" }
29
maven {
0 commit comments