Reduce min SDK to 16

It turns out that the min SDK the application will support is
16, as the NsdManager is available only at SDK 16 and above.
This commit is contained in:
Branden Archer
2017-09-13 13:54:38 -04:00
parent 90ef44977d
commit fd7fa95c7d

View File

@@ -12,7 +12,7 @@ android {
defaultConfig {
applicationId "protect.babymonitor"
minSdkVersion 17
minSdkVersion 16
targetSdkVersion 17
}