File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
- # Changelog
1
+ # Changelog
2
+
3
+ ## 2.4.4
4
+
5
+ - [ CHANGED] pusher.pro narrower proguard rules.
2
6
3
7
## 2.4.3
4
8
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ The pusher-java-client is available in Maven Central.
74
74
<dependency >
75
75
<groupId >com.pusher</groupId >
76
76
<artifactId >pusher-java-client</artifactId >
77
- <version >2.4.3 </version >
77
+ <version >2.4.4 </version >
78
78
</dependency >
79
79
</dependencies >
80
80
```
@@ -83,7 +83,7 @@ The pusher-java-client is available in Maven Central.
83
83
84
84
``` groovy
85
85
dependencies {
86
- implementation 'com.pusher:pusher-java-client:2.4.3 '
86
+ implementation 'com.pusher:pusher-java-client:2.4.4 '
87
87
}
88
88
```
89
89
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def getProperty = { property ->
26
26
}
27
27
28
28
group = " com.pusher"
29
- version = " 2.4.3 "
29
+ version = " 2.4.4 "
30
30
sourceCompatibility = " 1.8"
31
31
targetCompatibility = " 1.8"
32
32
You can’t perform that action at this time.
0 commit comments