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
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.