Skip to content

Commit 8b043e0

Browse files
Merge pull request #136 from mendix/revert-react-native-notifee-manual-linking
chore: remove react native notifee manual linking
2 parents bc06e74 + f40445e commit 8b043e0

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

android/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ dependencies {
154154
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
155155
implementation "androidx.compose.foundation:foundation:$compose_ui_version"
156156
implementation 'androidx.compose.material:material:1.2.0'
157-
implementation "app.notifee:core:9.1.8"
158157
debugImplementation "androidx.compose.ui:ui-tooling:$compose_ui_version"
159158
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version"
160159

android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ buildscript {
2929
repositories {
3030
google()
3131
mavenCentral()
32-
maven { url "https://notifee.app/maven" }
3332
}
3433
dependencies {
3534
classpath "com.android.tools.build:gradle:8.8.2"

0 commit comments

Comments
 (0)