Skip to content

Commit

Permalink
Disable warnings for our jcenter dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
morckx committed Jul 14, 2023
1 parent 00f3124 commit 48c0d26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
Expand All @@ -12,6 +12,7 @@ buildscript {

allprojects {
repositories {
//noinspection JcenterRepositoryObsolete
jcenter()
mavenCentral()
google()
Expand Down

0 comments on commit 48c0d26

Please sign in to comment.