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
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()