Removed dead code

This commit is contained in:
ml
2026-06-01 16:31:29 +02:00
parent d7adb56197
commit 724157aca3
8 changed files with 1 additions and 209 deletions
@@ -8,7 +8,6 @@ appcompat = "1.6.1"
material = "1.10.0"
activityKtx = "1.8.0"
constraintlayout = "2.1.4"
pebblekit = "4.0.1"
nanohttpd = "2.3.1"
[libraries]
@@ -20,7 +19,6 @@ androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activityKtx" }
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
pebblekit = { group = "com.getpebble", name = "pebblekit", version.ref = "pebblekit" }
nanohttpd = { group = "org.nanohttpd", name = "nanohttpd", version.ref = "nanohttpd" }
[plugins]