From 421489b926c453fdb7345079d10d90e8020d7346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:23:57 +0000 Subject: [PATCH] chore(deps): bump com.ezylang:EvalEx from 3.6.2 to 3.7.0 Bumps [com.ezylang:EvalEx](https://github.com/ezylang/EvalEx) from 3.6.2 to 3.7.0. - [Release notes](https://github.com/ezylang/EvalEx/releases) - [Commits](https://github.com/ezylang/EvalEx/compare/3.6.2...3.7.0) --- updated-dependencies: - dependency-name: com.ezylang:EvalEx dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 603e559b..dc1d807d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -17,7 +17,7 @@ composeMaterial3 = "1.4.0" #AutoFitTextView autofittextview = "0.2.1" #EvalEx -evalex = "3.6.2" +evalex = "3.7.0" #Room room = "2.8.4" #Fossify