Skip to content

Commit a6b7375

Browse files
1 parent 292f4dd commit a6b7375

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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-rev20250529-2.0.0</version>
25+
<version>v3-rev20250602-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-rev20250529-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20250602-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
public final class RevocationContext extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Optional. Used when users should be refunded the full amount of the latest order of the
35-
* subscription.
34+
* Optional. Used when users should be refunded the full amount of latest charge on each item in
35+
* the subscription.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -54,17 +54,17 @@ public final class RevocationContext extends com.google.api.client.json.GenericJ
5454
private RevocationContextProratedRefund proratedRefund;
5555

5656
/**
57-
* Optional. Used when users should be refunded the full amount of the latest order of the
58-
* subscription.
57+
* Optional. Used when users should be refunded the full amount of latest charge on each item in
58+
* the subscription.
5959
* @return value or {@code null} for none
6060
*/
6161
public RevocationContextFullRefund getFullRefund() {
6262
return fullRefund;
6363
}
6464

6565
/**
66-
* Optional. Used when users should be refunded the full amount of the latest order of the
67-
* subscription.
66+
* Optional. Used when users should be refunded the full amount of latest charge on each item in
67+
* the subscription.
6868
* @param fullRefund fullRefund or {@code null} for none
6969
*/
7070
public RevocationContext setFullRefund(RevocationContextFullRefund fullRefund) {

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-rev20250529-2.0.0</version>
12-
<name>Google Play Android Developer API v3-rev20250529-2.0.0</name>
11+
<version>v3-rev20250602-2.0.0</version>
12+
<name>Google Play Android Developer API v3-rev20250602-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-rev20250529-2.0.0</version>
25+
<version>v3-rev20250602-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-rev20250529-2.0.0'
38+
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20250602-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)