File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
src/main/java/com/apple/itunes/storekit/client Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## Version 3.6.0
4
+ - Testing new Maven Central deployment process [ https://github.com/apple/app-store-server-library-java/pull/185 ]
5
+
3
6
## Version 3.5.0
4
7
- Incorporate changes for App Store Server API v1.16 [ https://github.com/apple/app-store-server-library-java/pull/165 ]
5
8
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The Java server library for the [App Store Server API](https://developer.apple.c
15
15
16
16
### Gradle
17
17
``` groovy
18
- implementation 'com.apple.itunes.storekit:app-store-server-library:3.5 .0'
18
+ implementation 'com.apple.itunes.storekit:app-store-server-library:3.6 .0'
19
19
20
20
```
21
21
@@ -24,7 +24,7 @@ implementation 'com.apple.itunes.storekit:app-store-server-library:3.5.0'
24
24
<dependency >
25
25
<groupId >com.apple.itunes.storekit</groupId >
26
26
<artifactId >app-store-server-library</artifactId >
27
- <version >3.5 .0</version >
27
+ <version >3.6 .0</version >
28
28
</dependency >
29
29
```
30
30
Original file line number Diff line number Diff line change 1
- version =3.5 .0
1
+ version =3.6 .0
2
2
group =com.apple.itunes.storekit
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public abstract class BaseAppStoreServerAPIClient {
42
42
private static final String PRODUCTION_URL = "https://api.storekit.itunes.apple.com" ;
43
43
private static final String SANDBOX_URL = "https://api.storekit-sandbox.itunes.apple.com" ;
44
44
private static final String LOCAL_TESTING_URL = "https://local-testing-base-url" ;
45
- private static final String USER_AGENT = "app-store-server-library/java/3.5 .0" ;
45
+ private static final String USER_AGENT = "app-store-server-library/java/3.6 .0" ;
46
46
private static final String JSON = "application/json; charset=utf-8" ;
47
47
48
48
private final BearerTokenAuthenticatorInterface bearerTokenAuthenticator ;
You can’t perform that action at this time.
0 commit comments