Skip to content

Commit 2f47cf2

Browse files
authored
Merge branch 'master' into develop
2 parents cfc5b1a + 8bc016e commit 2f47cf2

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ before_install:
2727
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
2828
- emulator -avd test -no-skin -no-audio -no-window &
2929
- android-wait-for-emulator
30-
- adb shell input keyevent 82 &
30+
- adb shell input keyevent 82 &

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# erxes Inc - erxes for Android SDK
22

3-
erxes is an open source growth marketing platform. Marketing, sales, and customer service platform designed to help your business attract more engaged customers. Replace Hubspot and Intercom with the mission and community-driven ecosystem.
3+
erxes is an open source growth marketing platform. Marketing, sales, and customer service platform designed to help your business attract more engaged customers. Replace Hubspot with the mission and community-driven ecosystem.
44

5-
<a href="https://demohome.erxes.io/">View demo</a> <b>| </b> <a href="https://github.com/erxes/erxes-android-sdk/archive/master.zip">Download ZIP </a> <b> | </b> <a href="https://gitter.im/erxes/Lobby">Join us on Gitter</a>
5+
<a href="https://demohome.erxes.io/">View demo</a> <b>| </b> <a href="https://github.com/erxes/erxes-android-sdk/archive/master.zip">Download ZIP </a> <b> | </b> <a href="https://erxes.slack.com">Join us on Slack</a>
66

77
## Status <br>
88
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3025bab0be4547639a9baa0fdc5e61f5)](https://www.codacy.com/project/orshih_bat/erxes-android-sdk/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=erxes/erxes-android-sdk&amp;utm_campaign=Badge_Grade_Dashboard)
99
[![codebeat badge](https://codebeat.co/badges/34f9e085-fddf-4d54-af83-d5eacc1aa109)](https://codebeat.co/projects/github-com-erxes-erxes-android-sdk-master)
1010
[![BCH compliance](https://bettercodehub.com/edge/badge/erxes/erxes-android-sdk?branch=master)](https://bettercodehub.com/)
11-
[![CocoaPods](https://img.shields.io/cocoapods/l/AFNetworking.svg)](https://github.com/erxes/erxes-android-sdk/)
11+
[![CI Status](https://api.travis-ci.org/erxes/erxes-android-sdk.svg?branch=develop)](https://travis-ci.org/erxes/erxes-android-sdk)
12+
[![CocoaPods](https://img.shields.io/packagist/l/doctrine/orm.svg)](https://github.com/erxes/erxes-android-sdk/)
1213

1314
## Documentation
1415

15-
* <a href="https://github.com/erxes/erxes-android-sdk/wiki/Installation-with-Java">Java Installation Guide</a>
16-
16+
* <a href="https://github.com/erxes/erxes-android-sdk/wiki/Installation">Installation Guide</a>
17+
* <a href="https://github.com/erxes/erxes-android-sdk/wiki/Usage">Usage</a>
18+
* <a href="https://github.com/erxes/erxes-android-sdk/wiki/Requirement">Requirement</a>
1719
## Contributors
1820

1921
This project exists thanks to all the people who contribute. [[Contribute]](CONTRIBUTING.md).

0 commit comments

Comments
 (0)