Skip to content

Commit

Permalink
remove most of jcenter()
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Mar 20, 2021
1 parent 121fca3 commit 607de35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 8 additions & 6 deletions android-refimpl-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ buildscript {
repositories {
google()
mavenCentral()
jcenter()
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.gradle:build-scan-plugin:1.13.4"
Expand All @@ -20,17 +22,17 @@ buildscript {
}
}

plugins {
id "com.jfrog.bintray" version "1.7.3"
}

allprojects {
repositories {
google()
mavenCentral()
jcenter()
maven {
url "https://jitpack.io"
}
jcenter {
content {
includeModule("org.jetbrains.trove4j", "trove4j")
}
}
}
}
2 changes: 0 additions & 2 deletions android-refimpl-app/native-audio-jni/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ buildscript {
maven {
url "https://jitpack.io"
}
jcenter()
}
}

Expand All @@ -15,7 +14,6 @@ repositories {
maven {
url "https://jitpack.io"
}
jcenter()
}

apply plugin: 'com.android.library'
Expand Down

0 comments on commit 607de35

Please sign in to comment.