Fixed issue where API always returned all devices

This commit is contained in:
Ziver Koc 2022-06-01 20:04:26 +02:00
parent b80ca96a73
commit 253208b6f9
3 changed files with 18 additions and 10 deletions

View file

@ -18,7 +18,7 @@ subprojects {
apply plugin: 'java-library'
dependencies {
implementation 'se.koc:zutil:1.0.310'
implementation 'se.koc:zutil:1.0.311'
//implementation 'se.koc:zutil:1.0.0-SNAPSHOT'
testImplementation 'junit:junit:4.12'