Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andhikayuana committed Dec 18, 2018
1 parent ab86b09 commit 2092688
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ core/build
.project
.classpath
org.eclipse.buildship.core.prefs
qiscus.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Secondly, you need to add SDK dependencies inside your app .gradle. Then, you ne

```groovy
dependencies {
implementation 'com.qiscus.sdk:chat:2.29.2'
implementation 'com.qiscus.sdk:chat:2.29.3'
}
```

Expand Down
4 changes: 2 additions & 2 deletions docs/advance-section.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Add Qiscus SDK to your apps without emoji library, change gradle file to like th

```groovy
dependencies {
implementation 'com.qiscus.sdk:chat:2.29.2-without-emoji'
implementation 'com.qiscus.sdk:chat:2.29.3-without-emoji'
}
```

Expand All @@ -14,7 +14,7 @@ If you want to use Core SDK only, change gradle file to like below :

```groovy
dependencies {
implementation 'com.qiscus.sdk:chat-core:1.1.2'
implementation 'com.qiscus.sdk:chat-core:1.1.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Secondly, you need to add SDK dependencies inside your app .gradle. Then, you ne

```groovy
dependencies {
implementation 'com.qiscus.sdk:chat:2.29.2'
implementation 'com.qiscus.sdk:chat:2.29.3'
}
```

Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ chatCoreVersionPatch=3
# === qiscus default base url
BASE_URL_SERVER="https://api.qiscus.com/"
BASE_URL_MQTT_BROKER="ssl://mqtt.qiscus.com:1885"
BASE_URL_MQTT_LB="https://mqtt-lb.qiscus.com"
BASE_URL_MQTT_LB="https://mqtt-lb-stag.qiscus.com"
#BASE_URL_MQTT_LB="https://mqtt-lb.qiscus.com"

# === properties for app level
QISCUS_SDK_APP_ID="sdksample"

0 comments on commit 2092688

Please sign in to comment.