[RN] Add ringtone sound assets to build
This commit is contained in:
committed by
Paweł Domas
parent
180141cefb
commit
284d09eae7
@@ -76,6 +76,8 @@ gradle.projectsEvaluated {
|
||||
type: Copy) {
|
||||
from("${projectDir}/../../sounds/joined.wav")
|
||||
from("${projectDir}/../../sounds/left.wav")
|
||||
from("${projectDir}/../../sounds/outgoingRinging.wav")
|
||||
from("${projectDir}/../../sounds/outgoingStart.wav")
|
||||
into("${bundlePath}/assets/sounds")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user