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:
@@ -21,6 +21,12 @@ android {
|
||||
isIncludeAndroidResources = true
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
register("nightly") {
|
||||
matchingFallbacks += listOf("release")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
setupDependencyInjection()
|
||||
|
||||
BIN
libraries/push/impl/src/debug/res/raw/message.mp3
Normal file
BIN
libraries/push/impl/src/debug/res/raw/message.mp3
Normal file
Binary file not shown.
BIN
libraries/push/impl/src/nightly/res/raw/message.mp3
Normal file
BIN
libraries/push/impl/src/nightly/res/raw/message.mp3
Normal file
Binary file not shown.
Reference in New Issue
Block a user