Skip to content

Commit 3cf857c

Browse files
committed
build: add maven local to repositories
1 parent ce4bb54 commit 3cf857c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencyResolutionManagement {
1111
mavenCentral()
1212
google()
1313
maven { setUrl("https://jitpack.io") }
14+
mavenLocal()
1415
}
1516
}
1617
include(":app")

0 commit comments

Comments
 (0)