From 23804c8041ec874f2bde92a21a502dfe0b53185d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:48:28 +0000 Subject: [PATCH] Bump com.blacksquircle.ui:editorkit from 2.2.0 to 2.9.0 Bumps [com.blacksquircle.ui:editorkit](https://github.com/massivemadness/EditorKit) from 2.2.0 to 2.9.0. - [Release notes](https://github.com/massivemadness/EditorKit/releases) - [Commits](https://github.com/massivemadness/EditorKit/compare/2.2.0...2.9.0) --- updated-dependencies: - dependency-name: com.blacksquircle.ui:editorkit dependency-type: direct:production update-type: version-update:semver-minor ... 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 bb87ebf..385fe05 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -120,7 +120,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0" // DO NOT UPDATE (minSdkVersion updated) - implementation "com.blacksquircle.ui:editorkit:2.2.0" + implementation "com.blacksquircle.ui:editorkit:2.9.0" implementation "com.blacksquircle.ui:language-json:2.2.0" implementation("com.android.tools.smali:smali-dexlib2:3.0.8") {