Use the new notification sound only on debug and night
This commit is contained in:
parent
6a4ca17e13
commit
3ab67bf421
4 changed files with 4 additions and 0 deletions
|
|
@ -21,6 +21,10 @@ android {
|
|||
isIncludeAndroidResources = true
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
register("nightly")
|
||||
}
|
||||
}
|
||||
|
||||
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.
Loading…
Add table
Add a link
Reference in a new issue