Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
tbr
Browse files Browse the repository at this point in the history
  • Loading branch information
PPetka committed Jul 8, 2023
1 parent 193252f commit c97dadb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ buildscript {
google()
mavenCentral()
mavenLocal()
jcenter()
maven { url "https://plugins.gradle.org/m2/" }
}

Expand Down Expand Up @@ -50,6 +51,7 @@ allprojects {
repositories {
google()
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://clojars.org/repo/" }
}
Expand Down

0 comments on commit c97dadb

Please sign in to comment.