brarcher / protect-baby-monitor

Android-based Baby Monitor
GNU General Public License v3.0
62 stars 31 forks source link

Reduce min SDK to 16 #23

Closed brarcher closed 7 years ago

brarcher commented 7 years ago

It turns out that the min SDK the application will support is 16, as the NsdManager is available only at SDK 16 and above.

https://github.com/brarcher/protect-baby-monitor/issues/20#issuecomment-329234508