Skip to content

Commit 07bb796

Browse files
1 parent 959bf82 commit 07bb796

File tree

4 files changed

+15
-15
lines changed

4 files changed

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,25 +1609,25 @@ public Commit setEditId(java.lang.String editId) {
16091609
}
16101610

16111611
/**
1612-
* Indicates that the changes in this edit will not be reviewed until they are explicitly sent
1613-
* for review from the Google Play Console UI. These changes will be added to any other
1614-
* changes that are not yet sent for review.
1612+
* When a rejection happens, the parameter will make sure that the changes in this edit won't
1613+
* be reviewed until they are explicitly sent for review from within the Google Play Console
1614+
* UI. These changes will be added to any other changes that are not yet sent for review.
16151615
*/
16161616
@com.google.api.client.util.Key
16171617
private java.lang.Boolean changesNotSentForReview;
16181618

1619-
/** Indicates that the changes in this edit will not be reviewed until they are explicitly sent for
1620-
review from the Google Play Console UI. These changes will be added to any other changes that are
1621-
not yet sent for review.
1619+
/** When a rejection happens, the parameter will make sure that the changes in this edit won't be
1620+
reviewed until they are explicitly sent for review from within the Google Play Console UI. These
1621+
changes will be added to any other changes that are not yet sent for review.
16221622
*/
16231623
public java.lang.Boolean getChangesNotSentForReview() {
16241624
return changesNotSentForReview;
16251625
}
16261626

16271627
/**
1628-
* Indicates that the changes in this edit will not be reviewed until they are explicitly sent
1629-
* for review from the Google Play Console UI. These changes will be added to any other
1630-
* changes that are not yet sent for review.
1628+
* When a rejection happens, the parameter will make sure that the changes in this edit won't
1629+
* be reviewed until they are explicitly sent for review from within the Google Play Console
1630+
* UI. These changes will be added to any other changes that are not yet sent for review.
16311631
*/
16321632
public Commit setChangesNotSentForReview(java.lang.Boolean changesNotSentForReview) {
16331633
this.changesNotSentForReview = changesNotSentForReview;

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

0 commit comments

Comments
 (0)