From f0741dbc346879e258d7fe508c967b2e4d055d72 Mon Sep 17 00:00:00 2001 From: hrxiang Date: Wed, 23 Feb 2022 10:45:36 +0800 Subject: [PATCH] v2.0.0 --- OpenIM-SDK/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenIM-SDK/build.gradle b/OpenIM-SDK/build.gradle index b73aba6..c76ae2a 100644 --- a/OpenIM-SDK/build.gradle +++ b/OpenIM-SDK/build.gradle @@ -33,7 +33,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - implementation 'io.openim:client-sdk:2.0.2@aar' + implementation 'io.openim:client-sdk:2.0.3@aar' implementation 'com.alibaba:fastjson:1.1.72.android' // implementation 'com.google.code.gson:gson:2.8.7' }