Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

fix main #68

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ dependencies {


implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0")
implementation 'androidx.core:core-ktx:+'
implementation 'androidx.core:core-ktx:1.13.1'

if (hermesEnabled.toBoolean()) {
implementation("com.facebook.react:hermes-android")
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
</activity>
<service
android:name="app.notifee.core.ForegroundService"
android:foregroundServiceType="mediaProjection|camera|microphone" />
android:foregroundServiceType="camera|microphone" />
</application>
</manifest>
3 changes: 3 additions & 0 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ allprojects {
maven {
url "$rootDir/../node_modules/expo-camera/android/maven"
}
maven {
url "$rootDir/../node_modules/@notifee/react-native/android/libs"
}
}
}

Expand Down
Loading
Loading