summaryrefslogtreecommitdiffstats
path: root/app/build.gradle.kts
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-05-07 01:02:21 +0200
committerbt <bt@rctt.net>2026-05-07 01:02:21 +0200
commite81ce6af3d97a51e51f676f32e739d0f174323c7 (patch)
tree9a45cac8bdd1fefb82fcb01cf2221dcbe5a3b6f8 /app/build.gradle.kts
parentf4c07069c1604c45a6a57b30338bd5a32887e24a (diff)
downloadnetmon-e81ce6af3d97a51e51f676f32e739d0f174323c7.tar.gz
netmon-e81ce6af3d97a51e51f676f32e739d0f174323c7.zip
Add power graph
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r--app/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
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