Merge pull request #5748 from element-hq/feature/bma/newNotificationSound

Use new notification sound in release.
This commit is contained in:
Benoit Marty 2025-11-17 16:36:13 +01:00 committed by GitHub
commit 38448f7f1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 6 deletions

View file

@ -22,12 +22,6 @@ android {
isIncludeAndroidResources = true isIncludeAndroidResources = true
} }
} }
buildTypes {
register("nightly") {
matchingFallbacks += listOf("release")
}
}
} }
setupDependencyInjection() setupDependencyInjection()