Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 09c5400

Browse files
committed
build: restore JitPack repository
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 853ec27 commit 09c5400

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/java/BaseProjectConfig.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ internal fun Project.configureForAllProjects() {
3939
repositories {
4040
google()
4141
jcenter()
42+
maven { setUrl("https://jitpack.io") }
4243
}
4344
tasks.withType<KotlinCompile> {
4445
kotlinOptions {

0 commit comments

Comments
 (0)