From 6f18ecc4d40873ec15abe55c2493bbdcbdd82fe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 10:48:20 +0000 Subject: [PATCH] fix(deps): update dependency com.github.appdevnext:androidchart to v3.1.0.23 --- 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 dc7ba5ac79..f2150fdfbf 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -70,7 +70,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.23" } # AndroidX androidx-annotation = { module = "androidx.annotation:annotation", version = "1.7.1" }