Skip to content

Commit

Permalink
bump version 2.30.6 for buildIn & 1.2.6 for Core
Browse files Browse the repository at this point in the history
  • Loading branch information
ariefnurputranto committed Mar 26, 2019
1 parent b5f35dd commit fbfdf83
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 @@ -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.30.5'
implementation 'com.qiscus.sdk:chat:2.30.6'
}
```

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.5-without-emoji'
implementation 'com.qiscus.sdk:chat:2.30.6-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.5'
implementation 'com.qiscus.sdk:chat-core:1.2.6'
}
```

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

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

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=5
chatVersionPatch=6

# === qiscus chat-core library version ===
chatCoreVersionMajor=1
chatCoreVersionMinor=2
chatCoreVersionPatch=5
chatCoreVersionPatch=6

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

0 comments on commit fbfdf83

Please sign in to comment.