diff --git a/android/build.gradle b/android/build.gradle index f8c37a7d..c27457b8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -65,9 +65,6 @@ allprojects { url "https://maven.scijava.org/content/repositories/jcenter/" } maven { url "https://packages.rnd.mendix.com/jcenter" } - maven { - url "$rootDir/../node_modules/@notifee/react-native/android/libs" - } } }