schildichat-android/vector/src/main/res/values/config_sc.xml
SpiritCroc 3cdf4f9d24 Explicitely specify unifiedpush pusher app id
We use the upstream pusher_app_id for their sygnal, but we do not need
to do this for unifiedpush, so we can explicitely define the SchildiChat
package here.

Change-Id: Ib56fcde242a584514978ccbdd7e8b337fa7c6529
2021-08-18 16:21:02 +02:00

7 lines
155 B
XML
Executable File

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="up_pusher_app_id" translatable="false">de.spiritcroc.riotx.up</string>
</resources>