From d8849ed7570e633e56e2467cdeb673787733941c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:54:10 +0000 Subject: [PATCH] Bump com.blacksquircle.ui:language-json from 2.2.0 to 2.9.0 Bumps [com.blacksquircle.ui:language-json](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:language-json 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 dabee69..7ac2b62 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -121,7 +121,7 @@ dependencies { // DO NOT UPDATE (minSdkVersion updated) implementation "com.blacksquircle.ui:editorkit:2.9.0" - implementation "com.blacksquircle.ui:language-json:2.2.0" + implementation "com.blacksquircle.ui:language-json:2.9.0" implementation("com.android.tools.smali:smali-dexlib2:3.0.9") { exclude group: "com.google.guava", module: "guava"