Skip to content

Commit

Permalink
fix issue mqtt CVE-2019-11777 and reduce size sdk using manggil witho…
Browse files Browse the repository at this point in the history
…ut emoji
  • Loading branch information
Arief Nur Putranto committed Jul 11, 2023
1 parent 856fcc0 commit a8b831d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.6'
implementation 'com.qiscus.sdk:chat-core:1.6.7'
}
```

Expand Down
2 changes: 1 addition & 1 deletion chat-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies {

api firebaseLibs
api qiscusMqttLibs
api qiscusManggil
api qiscusManggilWithoutEmoji
api networkLibs
api rxDebs
api eventBusLib
Expand Down
5 changes: 3 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ext {
]

qiscusMqttDeps = [
client : "org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.1.0",
client : "org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.2.5",
android: "com.qiscus.mqtt:android:1.2.0"
]

Expand Down Expand Up @@ -116,7 +116,8 @@ ext {
eventBusLib = "org.greenrobot:eventbus:3.3.1"
rxUrlExtractorLib = "com.schinizer:rxunfurl:0.2.0"
qiscusManggil = "com.qiscus.utils:manggil:1.2.0"
//qiscusManggilWithoutEmoji = "com.qiscus.utils:manggil:$versions.manggil-without-emoji"
qiscusManggilWithoutEmoji = "com.qiscus.utils:manggil:1.2.0-beta2-without-emoji"


supportLibs = supportDeps.values()
securityDeps = securityDeps.values()
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Secondly, you need to add SDK dependencies inside your app .gradle. Then, you ne
```
dependencies {
...
implementation 'com.qiscus.sdk:chat-core:1.6.6'
implementation 'com.qiscus.sdk:chat-core:1.6.7'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ chatVersionPatch=0
# === qiscus chat-core library version ===
chatCoreVersionMajor=1
chatCoreVersionMinor=6
chatCoreVersionPatch=6
chatCoreVersionPatch=7

# === qiscus default base url
BASE_URL_SERVER="https://api.qiscus.com/"
Expand All @@ -59,7 +59,7 @@ android.enableJetifier=true

libraryGroupId=com.qiscus.sdk
libraryArtifactId=chat-core
libraryVersion=1.6.6
libraryVersion=1.6.7

libraryGroupIdChat=com.qiscus.sdk
libraryArtifactIdChat=chat
Expand Down

0 comments on commit a8b831d

Please sign in to comment.