Skip to content

Commit ee76177

Browse files
committed
add notifee to maven
1 parent e711e3c commit ee76177

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

android/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ allprojects {
8080
url "https://maven.scijava.org/content/repositories/jcenter/"
8181
}
8282
maven { url "https://packages.rnd.mendix.com/jcenter" }
83+
maven {
84+
url "$rootDir/../node_modules/@notifee/react-native/android/libs"
85+
}
8386
}
8487

8588
// Build all modules with Android 16KB pages enabled

0 commit comments

Comments
 (0)