zsmartsystems / com.zsmartsystems.zigbee

ZigBee Cluster Library Java framework supporting multiple dongles
Eclipse Public License 1.0
141 stars 87 forks source link

Bump animal sniffer to check against Android level 21 #1369

Closed cdjackson closed 1 year ago

cdjackson commented 1 year ago

1366 uses class java.util.concurrent.ConcurrentLinkedDeque which is only available from Android API level 21. This PR bumps animal sniffer to check against level 21.

@tejas-n what version of Android are you guys using these days?

Signed-off-by: Chris Jackson chris@cd-jackson.com

cdjackson commented 1 year ago

I'll merge this to fix the build. If it turns out that #1366 was a breaking change for some Android users we'll deal with that separately. I'm hopeful that most users have moved past this by now ;)

tejas-n commented 1 year ago

Hi, @cdjackson. Our old devices which are still in production run Android API level 22 :)