File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ repositories {
6969}
7070
7171dependencies {
72- compile 'com.pusher:pusher-java-client:1.0.2 '
72+ compile 'com.pusher:pusher-java-client:1.1.1 '
7373}
7474```
7575
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ apply plugin: 'org.ajoberstar.github-pages'
2121apply plugin : ' signing'
2222
2323group = " com.pusher"
24- version = " 1.1.0 "
24+ version = " 1.1.1 "
2525sourceCompatibility = " 1.6"
2626targetCompatibility = " 1.6"
2727
Original file line number Diff line number Diff line change 1010 <groupId >com.pusher</groupId >
1111 <artifactId >pusher-java-client</artifactId >
1212 <name >Pusher Java Client Library</name >
13- <version >1.1.0 </version >
13+ <version >1.1.1 </version >
1414 <url >http://github.com/pusher/pusher-java-client</url >
1515
1616 <description >
You can’t perform that action at this time.
0 commit comments