File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ android {
26
26
applicationId = " com.hyphenate.chatdemo"
27
27
minSdk = 21
28
28
targetSdk = 34
29
- versionCode = 131
30
- versionName = " 4.8.2 "
29
+ versionCode = 132
30
+ versionName = " 4.9.0 "
31
31
32
32
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
33
33
@@ -207,12 +207,12 @@ dependencies {
207
207
// To use Kotlin Flow and coroutines with Room, must include the room-ktx artifact in build.gradle file.
208
208
implementation(" androidx.room:room-ktx:2.5.1" )
209
209
210
- implementation(" io.hyphenate:ease-chat-kit:4.8.2 " )
210
+ implementation(" io.hyphenate:ease-chat-kit:4.9.0 " )
211
211
// implementation(project(mapOf("path" to ":ease-im-kit")))
212
212
213
- implementation(" io.hyphenate:ease-call-kit:4.8.2 " )
213
+ implementation(" io.hyphenate:ease-call-kit:4.9.0 " )
214
214
// implementation(project(mapOf("path" to ":ease-call-kit")))
215
215
216
- implementation(" io.hyphenate:hyphenate-chat:4.8.2 " )
216
+ implementation(" io.hyphenate:hyphenate-chat:4.9.0 " )
217
217
// implementation(project(mapOf("path" to ":hyphenatechatsdk")))
218
218
}
You can’t perform that action at this time.
0 commit comments