This repository was archived by the owner on Jun 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,9 @@ First release of the GCM Push Client.
1111
1212## [ 1.0.1] ( https://github.com/devsu/push-sender/releases/tag/1.0.1 ) (2016-01-06)
1313
14- + Added RuntimeIOException and InvalidSSLConfig on APNS Service.
14+ + Added RuntimeIOException and InvalidSSLConfig on APNS Service.
15+
16+ ## [ 1.0.2] ( https://github.com/devsu/push-sender/releases/tag/1.0.2 ) (2016-02-18)
17+
18+ + Fixed Java8 required binary.
19+
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Using Push Sender is very simple. You can import Push Sender on your POM file us
1010 <dependency>
1111 <groupId>com.devsu</groupId>
1212 <artifactId>push-sender</artifactId>
13- <version>1.0.1 </version>
13+ <version>1.0.2 </version>
1414 </dependency>
1515```
1616
Original file line number Diff line number Diff line change 55
66 <groupId >com.devsu</groupId >
77 <artifactId >push-sender</artifactId >
8- <version >1.0.1 </version >
8+ <version >1.0.2 </version >
99 <packaging >jar</packaging >
1010 <name >Push Sender</name >
1111 <description >Push Sender is a library that allows you to quickly send push messages via APNS or GCM, on your Java powered servers.</description >
You can’t perform that action at this time.
0 commit comments