From 6fee3195fa69f99468f7dc54787965683a79daf8 Mon Sep 17 00:00:00 2001 From: Taewan Park Date: Mon, 5 Feb 2024 16:34:53 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EC=B0=A8=ED=8A=B8=20=EB=9D=BC?= =?UTF-8?q?=EC=9D=B4=EB=B8=8C=EB=9F=AC=EB=A6=AC=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 45c5d1f..c65ff95 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -111,7 +111,7 @@ dependencies { kapt("androidx.hilt:hilt-compiler:1.1.0") // Material chart - implementation("app.priceguard:materialchart:0.2.1") + implementation("app.priceguard:materialchart:0.2.2") } kapt {