Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Closes #4694: Remove JCenter.
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo authored and mergify[bot] committed Aug 16, 2021
1 parent 550b876 commit b0d5649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
7 changes: 4 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,10 @@ dependencies {
testImplementation 'com.squareup.okhttp3:mockwebserver:3.11.0'
testImplementation "org.mozilla.components:lib-fetch-okhttp:${AndroidComponents.VERSION}"

androidTestImplementation "tools.fastlane:screengrab:2.0.0", {
exclude group: 'com.android.support', module: 'support-annotations'
}
androidTestImplementation "tools.fastlane:screengrab:2.0.0"
// This Falcon version is added to maven central now required for Screengrab
implementation 'com.jraska:falcon:2.2.0'

androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.0-alpha4', {
exclude group: 'com.android.support', module: 'support-annotations'
exclude group: 'com.android.support', module: 'support-v4'
Expand Down
21 changes: 0 additions & 21 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,27 +64,6 @@ allprojects {
maven {
url "https://maven.mozilla.org/maven2"
}
jcenter() {
content {
////////////////////////////////////////////////////////////////////////////////
// JCenter is going away. Please do not add any new dependencies here.
// https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
////////////////////////////////////////////////////////////////////////////////

// Used by detekt
// Issue for publishing to maven central: https://github.com/Kotlin/kotlinx.html/issues/173
// Related detekt issue: https://github.com/detekt/detekt/issues/3461
includeVersion("org.jetbrains.kotlinx", "kotlinx-html-jvm", "0.7.2")
includeVersion("org.jetbrains.kotlinx", "kotlinx-html-common", "0.7.2")

// Fastlane
// Doesn't seem to be available on Maven Central yet, and I couldn't find an issue for it
// https://github.com/fastlane/fastlane
includeVersion("tools.fastlane", "screengrab", "2.0.0")
// https://github.com/jraska/Falcon/issues/52
includeVersion("com.jraska", "falcon", "2.1.1")
}
}
}
}

Expand Down

0 comments on commit b0d5649

Please sign in to comment.