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:
@@ -12,7 +12,7 @@ android {
|
|||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "protect.babymonitor"
|
applicationId "protect.babymonitor"
|
||||||
minSdkVersion 17
|
minSdkVersion 16
|
||||||
targetSdkVersion 17
|
targetSdkVersion 17
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user