Skip to content

Commit f3805ed

Browse files
1 parent 6a061de commit f3805ed

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

clients/google-api-services-androidpublisher/v3/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-androidpublisher</artifactId>
25-
<version>v3-rev20240418-2.0.0</version>
25+
<version>v3-rev20240507-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20240418-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20240507-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-androidpublisher/v3/2.0.0/com/google/api/services/androidpublisher/model/SubscriptionPurchaseV2.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public final class SubscriptionPurchaseV2 extends com.google.api.client.json.Gen
3939

4040
/**
4141
* Additional context around canceled subscriptions. Only present if the subscription currently
42-
* has subscription_state SUBSCRIPTION_STATE_CANCELED.
42+
* has subscription_state SUBSCRIPTION_STATE_CANCELED or SUBSCRIPTION_STATE_EXPIRED.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -157,7 +157,7 @@ public SubscriptionPurchaseV2 setAcknowledgementState(java.lang.String acknowled
157157

158158
/**
159159
* Additional context around canceled subscriptions. Only present if the subscription currently
160-
* has subscription_state SUBSCRIPTION_STATE_CANCELED.
160+
* has subscription_state SUBSCRIPTION_STATE_CANCELED or SUBSCRIPTION_STATE_EXPIRED.
161161
* @return value or {@code null} for none
162162
*/
163163
public CanceledStateContext getCanceledStateContext() {
@@ -166,7 +166,7 @@ public CanceledStateContext getCanceledStateContext() {
166166

167167
/**
168168
* Additional context around canceled subscriptions. Only present if the subscription currently
169-
* has subscription_state SUBSCRIPTION_STATE_CANCELED.
169+
* has subscription_state SUBSCRIPTION_STATE_CANCELED or SUBSCRIPTION_STATE_EXPIRED.
170170
* @param canceledStateContext canceledStateContext or {@code null} for none
171171
*/
172172
public SubscriptionPurchaseV2 setCanceledStateContext(CanceledStateContext canceledStateContext) {

clients/google-api-services-androidpublisher/v3/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-androidpublisher</artifactId>
11-
<version>v3-rev20240418-2.0.0</version>
12-
<name>Google Play Android Developer API v3-rev20240418-2.0.0</name>
11+
<version>v3-rev20240507-2.0.0</version>
12+
<name>Google Play Android Developer API v3-rev20240507-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-androidpublisher/v3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-androidpublisher</artifactId>
25-
<version>v3-rev20240418-2.0.0</version>
25+
<version>v3-rev20240507-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20240418-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20240507-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)