Skip to content

Commit

Permalink
remove jcenter add maven central (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
YifeiZhuang authored Apr 26, 2023
1 parent 8c6282b commit 2ca308b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,8 @@ buildscript {
${androidPluginVersion ? "ext.androidPluginVersion = \"${androidPluginVersion}\"" : ""}
${kotlinVersion ? "ext.kotlinVersion = \"${kotlinVersion}\"" : ""}
repositories {
// JCenter has a broken upload of lint-gradle-api-26.1.2, as it is missing the JAR. So we
// put thet Google repo first
maven { url "https://dl.google.com/dl/android/maven2/" }
jcenter()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
Expand Down

0 comments on commit 2ca308b

Please sign in to comment.