Skip to content

Commit 15eb22d

Browse files
author
Redmer Loen
committed
Merge branch 'feature/acceptatie-build' into develop
2 parents 06b4376 + 117eb40 commit 15eb22d

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

app/build.gradle

+8
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ android {
2828
into '.'
2929
}
3030
}
31+
acceptatie {
32+
applicationId "com.voipgrid.vialer"
33+
copy {
34+
from 'src/acceptatie/'
35+
include '*.json'
36+
into '.'
37+
}
38+
}
3139
voys {
3240
applicationId "com.voys.app"
3341
copy {

app/src/acceptatie/res/values/api.xml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="api_url" translatable="false">https://acceptatie.voipgrid.nl/</string>
4+
<string name="registration_url" translatable="false">https://vialerpush-staging.voipgrid.nl/</string>
5+
6+
<string name="web_url" translatable="false">https://acceptatie.voipgrid.nl</string>
7+
<string name="web_password_change" translatable="false">https://acceptatie.voipgrid.nl/user/login/</string>
8+
</resources>

app/src/acceptatie/res/values/sip.xml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="sip_host" translatable="false">proxy0-acc.voipgrid.nl</string>
4+
</resources>

0 commit comments

Comments
 (0)