Skip to content

Commit

Permalink
Merge commit '38bd58f604c550a561132615cce3806472584752'
Browse files Browse the repository at this point in the history
  • Loading branch information
ariefnurputranto committed Apr 27, 2021
2 parents c3a3a06 + 38bd58f commit a43e4ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Qiscus Chat SDK requires minimum Android API 16 (Jelly Bean). To integrate your
allprojects {
repositories {
...
maven { url "https://dl.bintray.com/qiscustech/maven" }
maven { url "https://artifactory.qiscus.com/artifactory/qiscus-library-open-source" }
}
}
```
Expand All @@ -54,7 +54,7 @@ Second, you need to add SDK dependencies inside your app .gradle. Then, you need
```
dependencies {
...
implementation 'com.qiscus.sdk:chat-core:1.3.27'
implementation 'com.qiscus.sdk:chat-core:1.3.28'
}
```

Expand Down
7 changes: 6 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,9 @@
-keep class org.eclipse.paho.client.mqttv3.*$* { *; }
-keep class org.eclipse.paho.client.mqttv3.logging.JSR47Logger {
*;
}
}

#Model data
-keep class com.qiscus.sdk.chat.core.data.model.** {
*;
}

0 comments on commit a43e4ca

Please sign in to comment.