Skip to content

Commit 67cfd73

Browse files
1 parent b229e6d commit 67cfd73

File tree

4 files changed

+12
-15
lines changed

4 files changed

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

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,8 @@ public final class SubscriptionOffer extends com.google.api.client.json.GenericJ
7373
private java.lang.String packageName;
7474

7575
/**
76-
* Required. The phases of this subscription offer. Must contain at least one entry, and may
77-
* contain at most five. Users will always receive all these phases in the specified order. Phases
78-
* may not be added, removed, or reordered after initial creation.
76+
* Required. The phases of this subscription offer. Must contain at least one and at most two
77+
* entries. Users will always receive all these phases in the specified order.
7978
* The value may be {@code null}.
8079
*/
8180
@com.google.api.client.util.Key
@@ -207,19 +206,17 @@ public SubscriptionOffer setPackageName(java.lang.String packageName) {
207206
}
208207

209208
/**
210-
* Required. The phases of this subscription offer. Must contain at least one entry, and may
211-
* contain at most five. Users will always receive all these phases in the specified order. Phases
212-
* may not be added, removed, or reordered after initial creation.
209+
* Required. The phases of this subscription offer. Must contain at least one and at most two
210+
* entries. Users will always receive all these phases in the specified order.
213211
* @return value or {@code null} for none
214212
*/
215213
public java.util.List<SubscriptionOfferPhase> getPhases() {
216214
return phases;
217215
}
218216

219217
/**
220-
* Required. The phases of this subscription offer. Must contain at least one entry, and may
221-
* contain at most five. Users will always receive all these phases in the specified order. Phases
222-
* may not be added, removed, or reordered after initial creation.
218+
* Required. The phases of this subscription offer. Must contain at least one and at most two
219+
* entries. Users will always receive all these phases in the specified order.
223220
* @param phases phases or {@code null} for none
224221
*/
225222
public SubscriptionOffer setPhases(java.util.List<SubscriptionOfferPhase> phases) {

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

0 commit comments

Comments
 (0)