diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-08-25 01:28:08 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-08-25 01:28:08 +0200 |
| commit | 157853ea0839fac4e066c012c21a4900aaf4c30f (patch) | |
| tree | 716215093c68c27e606670a58ad1c9cd56d26341 /libs/samba/build.gradle.kts | |
| parent | 5b0bd926c6c8a1d3f65acd170b56c582abcee488 (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.kts | 1 |
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 -> |
