Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zetbaitsu committed Jan 20, 2017
1 parent f3c09c4 commit 531c201
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Qiscus SDK [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Qiscus%20SDK-green.svg?style=true)](https://android-arsenal.com/details/1/4438) [![](https://jitpack.io/v/qiscus/qiscus-sdk-android.svg)](https://jitpack.io/#qiscus/qiscus-sdk-android)
Qiscus SDK [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Qiscus%20SDK-green.svg?style=true)](https://android-arsenal.com/details/1/4438)
======
<p align="center"><img src="https://github.com/qiscus/qiscus-sdk-android/raw/develop/screenshot/device-2016-09-16-102736.png" width="40%" /><img src="https://github.com/qiscus/qiscus-sdk-android/raw/develop/screenshot/device-2016-09-16-102923.png" width="40%" /></p>
Qiscus SDK is a lightweight and powerful android chat library. Qiscus SDK will allow you to easily integrating Qiscus engine with your apps to make cool chatting application.
Expand All @@ -9,16 +9,15 @@ Add to your project build.gradle
allprojects {
repositories {
.....
maven { url "https://jitpack.io" }
maven { url 'http://clojars.org/repo' }
maven { url "http://dl.bintray.com/qiscustech/maven" }
}
}
```

Then add to your app module build.gradle
```groovy
dependencies {
compile 'com.github.qiscus:qiscus-sdk-android:1.8.3'
compile 'com.qiscus.sdk:chat:1.9.0'
}
```
# Let's make cools chatting apps!
Expand Down

0 comments on commit 531c201

Please sign in to comment.