From b842da4bc9991faeb38c7940f9d95c7531d48a39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 15:17:20 +0000 Subject: [PATCH] fix(deps): update dependency com.github.appdevnext:androidchart to v3.1.0.25 --- 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 663db7ca38..570ac1c7a6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -73,7 +73,7 @@ common-markwon-linkify = { module = "io.noties.markwon:linkify", version.ref = " common-markwon-recycler = { module = "io.noties.markwon:recycler", version.ref = "markwon" } common-hiddenApiBypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version = "4.3" } common-termuxAmLib = { module = "com.termux:termux-am-library", version = "v2.0.0" } -common-charts = { module = "com.github.AppDevNext:AndroidChart", version = "3.1.0.21" } +common-charts = { module = "com.github.AppDevNext:AndroidChart", version = "3.1.0.25" } # AndroidX androidx-annotation = { module = "androidx.annotation:annotation", version = "1.7.1" }