We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc06e74 + f40445e commit 8b043e0Copy full SHA for 8b043e0
2 files changed
android/app/build.gradle
@@ -154,7 +154,6 @@ dependencies {
154
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
155
implementation "androidx.compose.foundation:foundation:$compose_ui_version"
156
implementation 'androidx.compose.material:material:1.2.0'
157
- implementation "app.notifee:core:9.1.8"
158
debugImplementation "androidx.compose.ui:ui-tooling:$compose_ui_version"
159
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version"
160
android/build.gradle
@@ -29,7 +29,6 @@ buildscript {
29
repositories {
30
google()
31
mavenCentral()
32
- maven { url "https://notifee.app/maven" }
33
}
34
dependencies {
35
classpath "com.android.tools.build:gradle:8.8.2"
0 commit comments