Skip to content

Commit 5219b71

Browse files
Merge branch 'master' into development
2 parents 093b219 + 063eac8 commit 5219b71

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-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.2"
21+
versionName "2.13.3"
2222
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2323
buildConfigField "String", "KOMMUNICATE_VERSION", "\"" + versionName + "\""
2424
buildConfigField "String", "CHAT_SERVER_URL", '"https://chat.kommunicate.io"'

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.2"
19+
versionName "2.13.3"
2020
buildToolsVersion = '34.0.0'
2121
consumerProguardFiles 'proguard-rules.txt'
2222
vectorDrawables.useSupportLibrary = true

kommunicateui/src/main/java/com/applozic/mobicomkit/uiwidgets/conversation/richmessaging/models/KmFormStateModel.java

Whitespace-only changes.

kommunicateui/src/main/java/io/kommunicate/ui/conversation/richmessaging/helpers/KmFormStateHelper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import io.kommunicate.ui.utils.RichMessageSharedPreference;
1010
import com.google.gson.Gson;
1111
import com.google.gson.reflect.TypeToken;
12+
import com.applozic.mobicomkit.uiwidgets.utils.RichMessageSharedPreference;
1213

1314
import java.util.HashMap;
1415
import java.util.HashSet;

kommunicateui/src/main/java/io/kommunicate/ui/kommunicate/utils/KmHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package io.kommunicate.ui.kommunicate.utils;
1+
package com.applozic.mobicomkit.uiwidgets.kommunicate.utils;
22

33
import android.app.Activity;
44
import android.app.ProgressDialog;

0 commit comments

Comments
 (0)