Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Upgrade pusher-platform to get reconnection fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpye committed Nov 5, 2018
1 parent 3b18bd3 commit cb035fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased](https://github.com/pusher/chatkit-android/compare/1.0.1...HEAD)

### Fixed

- Upgrade pusher-platform-android to get fix for subscription reconnections

## [1.0.1](https://github.com/pusher/chatkit-android/compare/1.0.0...1.0.1) - 2018-10-31

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -14,7 +14,7 @@ buildscript {
espresso_version = '3.0.1'
espresso_runner_version = '1.0.1'
junit_legacy_version = '4.12'
pusher_platform_version = '1.0.0'
pusher_platform_version = '1.0.1'
dokka_version = '0.9.17'

bintray_user = project.hasProperty('bintrayUser') ? project.property('bintrayUser') : System.getenv('BINTRAY_USER')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -17,6 +17,6 @@ org.gradle.jvmargs=-Xmx1536m
org.gradle.parallel=true
org.gradle.caching=true

VERSION_NAME=1.0.1
VERSION_NAME=1.0.2
VERSION_CODE=1
GROUP=com.pusher

0 comments on commit cb035fa

Please sign in to comment.