[RN] Add ringtone sound assets to build

This commit is contained in:
Saúl Ibarra Corretgé
2018-05-17 12:40:38 +02:00
committed by Paweł Domas
parent 180141cefb
commit 284d09eae7
2 changed files with 10 additions and 0 deletions

View File

@@ -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")
}