Skip to content

Commit

Permalink
Release 0.6.0 (#60)
Browse files Browse the repository at this point in the history
PubNub SDK 0.6.0 release.
  • Loading branch information
Chesteer89 authored Dec 14, 2022
1 parent a710499 commit a808366
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ cases.

## Prerequisites

| Name | Requirement |
|:---------------------------------------------------------------|:---------------------|
| [Android Studio](https://developer.android.com/studio/preview) | > = Dolphin 2021.3.1 |
| Platform | Android |
| Language | Kotlin |
| UI Toolkit | Jetpack Compose |
| [PubNub Kotlin SDK](https://github.com/pubnub/kotlin) | > = 7.3.2 |
| Name | Requirement |
|:---------------------------------------------------------------|:-----------------------------|
| [Android Studio](https://developer.android.com/studio/preview) | > = Dolphin 2021.3.1 Patch 1 |
| Platform | Android |
| Language | Kotlin |
| UI Toolkit | Jetpack Compose |
| [PubNub Kotlin SDK](https://github.com/pubnub/kotlin) | > = 7.3.2 |

## Usage

Expand All @@ -47,7 +47,7 @@ cases.

```kotlin
implementation "com.pubnub:pubnub-kotlin:7.3.2"
implementation "com.pubnub.components:chat-android:0.5.2"
implementation "com.pubnub.components:chat-android:0.6.0"
```

2. Click **Sync Now** or **Sync Project with Gradle Files** to build dependencies for your Android
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SONATYPE_HOST=DEFAULT
SONATYPE_AUTOMATIC_RELEASE=true
GROUP=com.pubnub.components
POM_ARTIFACT_ID=chat-android
VERSION_NAME=0.5.2
VERSION_NAME=0.6.0
POM_PACKAGING=aar
POM_NAME=PubNub Android Chat Components
POM_DESCRIPTION=Chat components provide easy-to-use building blocks to create Android chat applications, for use cases like live event messaging, telemedicine, and service desk support.
Expand Down

0 comments on commit a808366

Please sign in to comment.