Browse Source

Add back jcenter() for lint

pull/506/head
Eric Kok 6 years ago
parent
commit
91f0aae114
  1. 1
      build.gradle

1
build.gradle

@ -12,6 +12,7 @@ allprojects {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
jcenter()
maven { url "https://jitpack.io" } maven { url "https://jitpack.io" }
} }
} }

Loading…
Cancel
Save