You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(0.76): Merge the rest of the React Native 0.76 stable branch (#2623)
## Summary:
There doesn't seem to be a release to sync to, but we still want to sync
and make a new release. Let's do so.
---------
Co-authored-by: Nicola Corti <[email protected]>
Copy file name to clipboardExpand all lines: packages/gradle-plugin/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/utils/DependencyUtils.kt
Copy file name to clipboardExpand all lines: packages/gradle-plugin/react-native-gradle-plugin/src/test/kotlin/com/facebook/react/utils/DependencyUtilsTest.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ class DependencyUtilsTest {
44
44
45
45
@Test
46
46
funconfigureRepositories_containsSnapshotRepo() {
47
-
val repositoryURI =URI.create("https://oss.sonatype.org/content/repositories/snapshots/")
47
+
val repositoryURI =URI.create("https://central.sonatype.com/repository/maven-snapshots/")
0 commit comments