From f3de7199405da4ea85daee0e17a54d65834627ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 23:48:09 +0000 Subject: [PATCH] Bump chat-android from 6.0.0 to 7.0.1 in /app Bumps [chat-android](https://github.com/twilio/twilio-chat-demo-kotlin) from 6.0.0 to 7.0.1. - [Release notes](https://github.com/twilio/twilio-chat-demo-kotlin/releases) - [Commits](https://github.com/twilio/twilio-chat-demo-kotlin/commits) --- updated-dependencies: - dependency-name: com.twilio:chat-android dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7e5478a..cc20b8a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,7 +22,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) testImplementation 'junit:junit:4.12' - implementation 'com.twilio:chat-android:6.0.0' + implementation 'com.twilio:chat-android:7.0.1' implementation 'com.squareup.okhttp3:okhttp:4.4.0' implementation 'com.google.code.gson:gson:2.8.5' implementation 'androidx.legacy:legacy-support-v4:1.0.0'