summaryrefslogtreecommitdiff
path: root/libs/samba/build.gradle.kts
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-08-25 01:28:08 +0200
committerJoel Klinghed <the_jk@spawned.biz>2024-08-25 01:28:08 +0200
commit157853ea0839fac4e066c012c21a4900aaf4c30f (patch)
tree716215093c68c27e606670a58ad1c9cd56d26341 /libs/samba/build.gradle.kts
parent5b0bd926c6c8a1d3f65acd170b56c582abcee488 (diff)
samba: Add support for live list
Using polling (every 10s) as libsmb2 has no watch/event support. (Unsure if SMB protocol has any support).
Diffstat (limited to 'libs/samba/build.gradle.kts')
-rw-r--r--libs/samba/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
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 ->