Skip to content

Commit 3874666

Browse files
Merge pull request #20 from sendbird/develop
Updated SDK Version to 1.0.19
2 parents 793fc97 + 2af33b8 commit 3874666

File tree

346 files changed

+348
-348
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

346 files changed

+348
-348
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Add these dependency to your project's POM:
9191
<dependency>
9292
<groupId>org.sendbird</groupId>
9393
<artifactId>sendbird-platform-sdk</artifactId>
94-
<version>1.0.18</version>
94+
<version>1.0.19</version>
9595
</dependency>
9696
</dependencies>
9797
```
@@ -103,7 +103,7 @@ Add this dependency to your project's build file:
103103
```groovy
104104
105105
dependencies {
106-
implementation "org.sendbird:sendbird-platform-sdk:1.0.18"
106+
implementation "org.sendbird:sendbird-platform-sdk:1.0.19"
107107
}
108108
109109
allprojects {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'eclipse'
33
apply plugin: 'com.diffplug.spotless'
44

55
group = 'org.sendbird'
6-
version = '1.0.18'
6+
version = '1.0.19'
77

88
buildscript {
99
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "org.sendbird",
44
name := "sendbird-platform-sdk",
5-
version := "1.0.18",
5+
version := "1.0.19",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
Compile / javacOptions ++= Seq("-Xlint:deprecation"),

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>sendbird-platform-sdk</artifactId>
66
<packaging>jar</packaging>
77
<name>sendbird-platform-sdk</name>
8-
<version>1.0.18</version>
8+
<version>1.0.19</version>
99
<url>https://github.com/sendbird/sendbird-platform-sdk-java</url>
1010
<description>Sendbird Platform API SDK</description>
1111
<scm>

src/main/java/org/openapitools/client/model/AbstractOpenApiSchema.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
2626
*/
27-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-21T11:44:36.129327+09:00[Asia/Seoul]")
27+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-21T13:07:19.585435+09:00[Asia/Seoul]")
2828
public abstract class AbstractOpenApiSchema {
2929

3030
// store the actual instance of the schema/object

src/main/java/org/openapitools/client/model/AddApnsPushConfigurationData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
AddApnsPushConfigurationData.JSON_PROPERTY_APNS_TYPE
4444
})
4545
@JsonTypeName("addApnsPushConfigurationData")
46-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-21T11:44:36.129327+09:00[Asia/Seoul]")
46+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-21T13:07:19.585435+09:00[Asia/Seoul]")
4747
public class AddApnsPushConfigurationData {
4848
public static final String JSON_PROPERTY_APNS_CERT = "apns_cert";
4949
private File apnsCert;

src/main/java/org/openapitools/client/model/AddApnsPushConfigurationResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
AddApnsPushConfigurationResponse.JSON_PROPERTY_PUSH_CONFIGURATIONS
3939
})
4040
@JsonTypeName("addApnsPushConfigurationResponse")
41-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-21T11:44:36.129327+09:00[Asia/Seoul]")
41+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-21T13:07:19.585435+09:00[Asia/Seoul]")
4242
public class AddApnsPushConfigurationResponse {
4343
public static final String JSON_PROPERTY_PUSH_CONFIGURATIONS = "push_configurations";
4444
private List<AddApnsPushConfigurationResponsePushConfigurationsInner> pushConfigurations = null;

src/main/java/org/openapitools/client/model/AddApnsPushConfigurationResponsePushConfigurationsInner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
AddApnsPushConfigurationResponsePushConfigurationsInner.JSON_PROPERTY_PUSH_SOUND
4646
})
4747
@JsonTypeName("addApnsPushConfigurationResponse_push_configurations_inner")
48-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-21T11:44:36.129327+09:00[Asia/Seoul]")
48+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-21T13:07:19.585435+09:00[Asia/Seoul]")
4949
public class AddApnsPushConfigurationResponsePushConfigurationsInner {
5050
public static final String JSON_PROPERTY_ID = "id";
5151
private String id;

src/main/java/org/openapitools/client/model/AddEmojiCategoriesResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
AddEmojiCategoriesResponse.JSON_PROPERTY_EMOJI_CATEGORIES
3939
})
4040
@JsonTypeName("addEmojiCategoriesResponse")
41-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-21T11:44:36.129327+09:00[Asia/Seoul]")
41+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-21T13:07:19.585435+09:00[Asia/Seoul]")
4242
public class AddEmojiCategoriesResponse {
4343
public static final String JSON_PROPERTY_EMOJI_CATEGORIES = "emoji_categories";
4444
private List<AddEmojiCategoriesResponseEmojiCategoriesInner> emojiCategories = null;

src/main/java/org/openapitools/client/model/AddEmojiCategoriesResponseEmojiCategoriesInner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
AddEmojiCategoriesResponseEmojiCategoriesInner.JSON_PROPERTY_URL
3939
})
4040
@JsonTypeName("addEmojiCategoriesResponse_emoji_categories_inner")
41-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-21T11:44:36.129327+09:00[Asia/Seoul]")
41+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2023-11-21T13:07:19.585435+09:00[Asia/Seoul]")
4242
public class AddEmojiCategoriesResponseEmojiCategoriesInner {
4343
public static final String JSON_PROPERTY_ID = "id";
4444
private BigDecimal id;

0 commit comments

Comments
 (0)