Merge pull request #5673 from element-hq/feature/bma/notificationSoundOnNightlies

Use the new notification sound only on debug and nightly build
This commit is contained in:
Benoit Marty 2025-11-04 11:56:20 +01:00 committed by GitHub
commit 2939878daa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 0 deletions

View file

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

Binary file not shown.

Binary file not shown.