From 996281e49a19a4f81a83d5d1f853df1e4e7a4277 Mon Sep 17 00:00:00 2001 From: std-s <99468005+std-s@users.noreply.github.com> Date: Thu, 16 Jun 2022 15:43:06 +0800 Subject: [PATCH 1/2] Update build.gradle --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 87a7aba..ac53a1f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -41,5 +41,5 @@ android { } } dependencies { - implementation 'io.openim:core-sdk:2.0.9.20@aar' -} \ No newline at end of file + implementation 'io.openim:core-sdk:2.0.9.21@aar' +} From 28a911022c907e2e0489c36ed5e6262f776961f5 Mon Sep 17 00:00:00 2001 From: std-s <99468005+std-s@users.noreply.github.com> Date: Thu, 16 Jun 2022 18:43:29 +0800 Subject: [PATCH 2/2] Update build.gradle --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index ac53a1f..1555975 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -41,5 +41,5 @@ android { } } dependencies { - implementation 'io.openim:core-sdk:2.0.9.21@aar' + implementation 'io.openim:core-sdk:2.0.9.22@aar' }