File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/aftership/tracking/http Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Before you begin to integrate:
4747< dependency>
4848 < groupId> com.aftership< /groupId>
4949 < artifactId> tracking-sdk< /artifactId>
50- < version> 11 .0.0< /version>
50+ < version> 10 .0.0< /version>
5151< /dependency>
5252```
5353
Original file line number Diff line number Diff line change 66
77 <groupId >com.aftership</groupId >
88 <artifactId >tracking-sdk</artifactId >
9- <version >11 .0.0</version >
9+ <version >10 .0.0</version >
1010
1111 <name >AfterShip Tracking SDK</name >
1212 <description >The official AfterShip Tracking Java API library</description >
Original file line number Diff line number Diff line change 2828
2929public class HttpClient {
3030
31- private static final String DEFAULT_USER_AGENT = "tracking-sdk-java/11 .0.0 (https://www.aftership.com) apache-httpclient/4.5.14" ;
31+ private static final String DEFAULT_USER_AGENT = "tracking-sdk-java/10 .0.0 (https://www.aftership.com) apache-httpclient/4.5.14" ;
3232 protected final org .apache .http .client .HttpClient client ;
3333
3434 public HttpClient (final RequestConfig requestConfig , String userAgent ) {
You can’t perform that action at this time.
0 commit comments