Commit 15eb22d Redmer Loen
committed
File tree 3 files changed +20
-0
lines changed
src/acceptatie/res/values
3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,14 @@ android {
28
28
into ' .'
29
29
}
30
30
}
31
+ acceptatie {
32
+ applicationId " com.voipgrid.vialer"
33
+ copy {
34
+ from ' src/acceptatie/'
35
+ include ' *.json'
36
+ into ' .'
37
+ }
38
+ }
31
39
voys {
32
40
applicationId " com.voys.app"
33
41
copy {
Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <resources >
3
+ <string name =" sip_host" translatable =" false" >proxy0-acc.voipgrid.nl</string >
4
+ </resources >
You can’t perform that action at this time.
0 commit comments