Skip to content

Commit 67e69c2

Browse files
committed
update version to 4.10.0
1 parent d276781 commit 67e69c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ android {
2626
applicationId = "com.hyphenate.chatdemo"
2727
minSdk = 21
2828
targetSdk = 34
29-
versionCode = 132
30-
versionName = "4.9.0"
29+
versionCode = 133
30+
versionName = "4.10.0"
3131

3232
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3333

@@ -207,12 +207,12 @@ dependencies {
207207
// To use Kotlin Flow and coroutines with Room, must include the room-ktx artifact in build.gradle file.
208208
implementation("androidx.room:room-ktx:2.5.1")
209209

210-
implementation("io.hyphenate:ease-chat-kit:4.9.0")
210+
implementation("io.hyphenate:ease-chat-kit:4.10.0")
211211
// implementation(project(mapOf("path" to ":ease-im-kit")))
212212

213-
implementation("io.hyphenate:ease-call-kit:4.9.0")
213+
implementation("io.hyphenate:ease-call-kit:4.10.0")
214214
// implementation(project(mapOf("path" to ":ease-call-kit")))
215215

216-
implementation("io.hyphenate:hyphenate-chat:4.9.0")
216+
implementation("io.hyphenate:hyphenate-chat:4.10.0")
217217
// implementation(project(mapOf("path" to ":hyphenatechatsdk")))
218218
}

0 commit comments

Comments
 (0)