We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b2f044 + 70270d8 commit 0bd9c2eCopy full SHA for 0bd9c2e
1 file changed
android/build.gradle
@@ -71,19 +71,7 @@ allprojects {
71
url "https://maven.fabric.io/public"
72
}
73
maven { url "https://www.jitpack.io" }
74
- maven {
75
- url "https://maven.scijava.org/content/repositories/public/"
76
- }
77
78
- url "https://maven.scijava.org/content/repositories/jitpack/"
79
80
81
- url "https://maven.scijava.org/content/repositories/jcenter/"
82
83
maven { url "https://packages.rnd.mendix.com/jcenter" }
84
85
- url "$rootDir/../node_modules/@notifee/react-native/android/libs"
86
87
88
// Build all modules with Android 16KB pages enabled
89
plugins.withId('com.android.application') {
0 commit comments