Skip to content

Commit fea0862

Browse files
1 parent 98664df commit fea0862

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

clients/google-api-services-chat/v1/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-chat</artifactId>
25-
<version>v1-rev20240725-2.0.0</version>
25+
<version>v1-rev20240728-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-chat:v1-rev20240725-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20240728-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-chat/v1/2.0.0/com/google/api/services/chat/v1/model/GoogleAppsCardV1Columns.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
* second column wraps if the screen width is less than or equal to 300 pt. * On Android devices,
3232
* the second column wraps if the screen width is less than or equal to 320 dp. To include more than
3333
* 2 columns, or to use rows, use the `Grid` widget. [Google Workspace Add-ons and Chat
34-
* apps](https://developers.google.com/workspace/extend): Columns for Google Workspace Add-ons are
35-
* in Developer Preview.
34+
* apps](https://developers.google.com/workspace/extend):
3635
*
3736
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
3837
* transmitted over HTTP when working with the Google Chat API. For a detailed explanation see:

clients/google-api-services-chat/v1/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-chat</artifactId>
11-
<version>v1-rev20240725-2.0.0</version>
12-
<name>Google Chat API v1-rev20240725-2.0.0</name>
11+
<version>v1-rev20240728-2.0.0</version>
12+
<name>Google Chat API v1-rev20240728-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-chat/v1/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-chat</artifactId>
25-
<version>v1-rev20240725-2.0.0</version>
25+
<version>v1-rev20240728-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-chat:v1-rev20240725-2.0.0'
38+
implementation 'com.google.apis:google-api-services-chat:v1-rev20240728-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)