Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #102 from launchdarkly/lc/sc-137578/remove-jcenter
Browse files Browse the repository at this point in the history
[SC 137578] Remove the JCenter usage in Gradle
  • Loading branch information
louis-launchdarkly authored Jan 19, 2022
2 parents 329b094 + f62cab3 commit adeac7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ workflows:
- common
- android:
name: Android + RN 0.63
hello-app-branch: gw/rn-0.63-sdk-5.1.0
hello-app-branch: rn-0.63
requires:
- common
- ios:
name: iOS + RN 0.63
hello-app-branch: gw/rn-0.63-sdk-5.1.0
hello-app-branch: rn-0.63
requires:
- common
- android:
Expand Down
3 changes: 1 addition & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
supportLibVersion = "28.0.0"
}
repositories {
jcenter()
mavenCentral()
google()
}

Expand Down Expand Up @@ -42,7 +42,6 @@ allprojects {
repositories {
mavenLocal()
google()
jcenter()
mavenCentral()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
Expand Down

0 comments on commit adeac7c

Please sign in to comment.