From 157853ea0839fac4e066c012c21a4900aaf4c30f Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Sun, 25 Aug 2024 01:28:08 +0200 Subject: samba: Add support for live list Using polling (every 10s) as libsmb2 has no watch/event support. (Unsure if SMB protocol has any support). --- libs/samba/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/samba/build.gradle.kts') diff --git a/libs/samba/build.gradle.kts b/libs/samba/build.gradle.kts index b7816c4..7fab391 100644 --- a/libs/samba/build.gradle.kts +++ b/libs/samba/build.gradle.kts @@ -46,6 +46,7 @@ android { dependencies { implementation(project(":libs:io")) + testImplementation(project(":libs:utils")) } listOf("Debug", "Release").forEach { buildType -> -- cgit v1.2.3-70-g09d2