Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwedeck committed Nov 25, 2024
1 parent 9901344 commit fdd888a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ allprojects {
repositories {
mavenCentral()
google()
jcenter()
//jcenter()
// fallback for vbps
//maven { url "https://raw.github.com/laenger/maven-releases/master/releases" }
maven { url "https://raw.github.com/laenger/maven-releases/master/releases" }
maven { url "https://maven.google.com" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
}
Expand Down

0 comments on commit fdd888a

Please sign in to comment.