Skip to content

Commit 0734e33

Browse files
committed
Merge remote-tracking branch 'upstream/dev' into dev
2 parents 8fcfc87 + 622f301 commit 0734e33

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 = 131
30-
versionName = "4.8.2"
29+
versionCode = 132
30+
versionName = "4.9.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.8.2")
210+
implementation("io.hyphenate:ease-chat-kit:4.9.0")
211211
// implementation(project(mapOf("path" to ":ease-im-kit")))
212212

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

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

0 commit comments

Comments
 (0)