Skip to content

Commit 651400e

Browse files
Release 2.13.2
Release 2.13.2
2 parents 387ed79 + 2c6f3bf commit 651400e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kommunicate/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818
compileSdk 34
1919
targetSdkVersion 35
2020
versionCode 1
21-
versionName "2.13.1"
21+
versionName "2.13.2"
2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323
buildConfigField "String", "KOMMUNICATE_VERSION", "\"" + versionName + "\""
2424
buildConfigField "String", "CHAT_SERVER_URL", '"https://chat.kommunicate.io"'

kommunicate/src/main/java/io/kommunicate/KmConversationBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class KmConversationBuilder extends JsonMarker {
3535
private String teamId;
3636
private Map<String, String> messageMetadata;
3737
private Map<String, String> conversationInfo;
38-
private Boolean isInAppNotificationEnable = true;
38+
private boolean isInAppNotificationEnable = true;
3939

4040
public KmConversationBuilder(Context context) {
4141
this.context = context;

kommunicateui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
targetSdkVersion 35
1717
minSdkVersion 21
1818
versionCode 1
19-
versionName "2.13.1"
19+
versionName "2.13.2"
2020
buildToolsVersion = '34.0.0'
2121
consumerProguardFiles 'proguard-rules.txt'
2222
vectorDrawables.useSupportLibrary = true

0 commit comments

Comments
 (0)