Skip to content

Commit

Permalink
bump core v1.2.13 and buildIn v2.30.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ariefnurputranto committed Jul 18, 2019
1 parent b50fd64 commit 5802ad8
Show file tree
Hide file tree
Showing 5 changed files with 7 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.2.12'
implementation 'com.qiscus.sdk:chat-core:1.2.13'
}
```

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.30.12-without-emoji'
implementation 'com.qiscus.sdk:chat:2.30.13-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.2.12'
implementation 'com.qiscus.sdk:chat-core:1.2.13'
}
```

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.30.12'
implementation 'com.qiscus.sdk:chat:2.30.13'
}
```

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.2.12'
implementation 'com.qiscus.sdk:chat-core:1.2.13'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
# === qiscus chat library version ===
chatVersionMajor=2
chatVersionMinor=30
chatVersionPatch=12
chatVersionPatch=13

# === qiscus chat-core library version ===
chatCoreVersionMajor=1
chatCoreVersionMinor=2
chatCoreVersionPatch=12
chatCoreVersionPatch=13

# === qiscus default base url
BASE_URL_SERVER="https://api.qiscus.com/"
Expand Down

0 comments on commit 5802ad8

Please sign in to comment.