From e81ce6af3d97a51e51f676f32e739d0f174323c7 Mon Sep 17 00:00:00 2001 From: bt Date: Thu, 7 May 2026 01:02:21 +0200 Subject: Add power graph --- app/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'app/build.gradle.kts') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 5daff8f..a5348d6 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -50,4 +50,5 @@ dependencies { testImplementation(libs.junit) androidTestImplementation(libs.androidx.junit) androidTestImplementation(libs.androidx.espresso.core) + implementation("com.androidplot:androidplot-core:1.5.11") } \ No newline at end of file -- cgit v1.2.3