Skip to content

Commit 70270d8

Browse files
chore: remove unused Maven repository URLs from build.gradle
1 parent 1b2f044 commit 70270d8

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

android/build.gradle

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,7 @@ allprojects {
7171
url "https://maven.fabric.io/public"
7272
}
7373
maven { url "https://www.jitpack.io" }
74-
maven {
75-
url "https://maven.scijava.org/content/repositories/public/"
76-
}
77-
maven {
78-
url "https://maven.scijava.org/content/repositories/jitpack/"
79-
}
80-
maven {
81-
url "https://maven.scijava.org/content/repositories/jcenter/"
82-
}
8374
maven { url "https://packages.rnd.mendix.com/jcenter" }
84-
maven {
85-
url "$rootDir/../node_modules/@notifee/react-native/android/libs"
86-
}
8775

8876
// Build all modules with Android 16KB pages enabled
8977
plugins.withId('com.android.application') {

0 commit comments

Comments
 (0)