Skip to content

Commit

Permalink
v1.1.2: Removed log4j dependency #3
Browse files Browse the repository at this point in the history
  • Loading branch information
chinloyal committed Jan 21, 2021
1 parent 09e5f21 commit 84201d2
Show file tree
Hide file tree
Showing 11 changed files with 8 additions and 67 deletions.
8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

39 changes: 0 additions & 39 deletions .idea/workspace.xml

This file was deleted.

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.1.2 - January 20, 2021
* PATCH: Removed log4j dependency for android

## 1.1.1 - January 19, 2021
* BUGFIX: ConnectionEventListener null safety issue for Android (fixed by [@spiritinlife](https://github.com/spiritinlife))

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Add to your pubspec.yaml

```yaml
dependencies:
pusher_client: ^1.1.1
pusher_client: ^1.1.2
```
## Configuration
Expand Down
3 changes: 0 additions & 3 deletions android/.idea/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion android/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions android/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ android {

dependencies {
implementation "com.pusher:pusher-java-client:2.2.5"
implementation "org.slf4j:slf4j-log4j12:1.7.30"
}
}

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.1.1"
version: "1.1.2"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pusher_client
description: |
A Pusher Channels client plugin for Flutter targeting Android and iOS. It
wraps pusher-websocket-java v2.2.5 and pusher-websocket-swift v8.0.0.
version: 1.1.1
version: 1.1.2
homepage: https://github.com/chinloyal/pusher_client
documentation: https://github.com/chinloyal/pusher_client/blob/master/README.md

Expand Down

0 comments on commit 84201d2

Please sign in to comment.