Commit 3ef2307c authored by Grigory Fedorov's avatar Grigory Fedorov

New product flavors: prod (for main production Xabber) and vip (for Xabber VIP).

Custom launcher and ic_connect/ic_disconnect icons for VIP.
parent 270ae082
......@@ -33,6 +33,16 @@ android {
resValue 'string', 'application_package', applicationId
}
prod {
applicationId "com.xabber.android"
resValue 'string', 'application_package', applicationId
}
vip {
applicationId "com.xabber.androidvip"
resValue 'string', 'application_package', applicationId
}
}
}
......
<?xml version="1.0" encoding="utf-8"?><!-- Copyright (c) 2013, Redsolution LTD. All rights reserved.
This file is part of Xabber project; you can redistribute it and/or
modify it under the terms of the GNU General Public License, Version 3.
Xabber is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License,
along with this program. If not, see http://www.gnu.org/licenses/.
-->
<resources>
<string name="application_title_short">Xabber</string>
<string name="application_title_full">Xabber</string>
<string name="client_name">Xabber</string>
</resources>
<?xml version="1.0" encoding="utf-8"?><!-- Copyright (c) 2013, Redsolution LTD. All rights reserved.
This file is part of Xabber project; you can redistribute it and/or
modify it under the terms of the GNU General Public License, Version 3.
Xabber is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License,
along with this program. If not, see http://www.gnu.org/licenses/.
-->
<resources>
<string name="application_title_short">Xabber</string>
<string name="application_title_full">Xabber VIP</string>
<string name="client_name">Xabber</string>
</resources>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment