Skip to content

Commit

Permalink
chore: regenerate playintegrity client (#18307)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Oct 6, 2023
1 parent afdc363 commit 9058f52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-playintegrity/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-playintegrity</artifactId>
<version>v1-rev20230920-2.0.0</version>
<version>v1-rev20231004-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-playintegrity:v1-rev20230920-2.0.0'
implementation 'com.google.apis:google-api-services-playintegrity:v1-rev20231004-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package com.google.api.services.playintegrity.v1.model;

/**
* Contains details of remediation guidance that the user can perform. See go/pia-interstitials-dd
* Contains details of remediation guidance that the user can perform.
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Google Play Integrity API. For a detailed explanation
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-playintegrity/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-playintegrity</artifactId>
<version>v1-rev20230920-2.0.0</version>
<name>Google Play Integrity API v1-rev20230920-2.0.0</name>
<version>v1-rev20231004-2.0.0</version>
<name>Google Play Integrity API v1-rev20231004-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit 9058f52

Please sign in to comment.