Close serverSocket more reliably

This commit is contained in:
edr
2020-04-15 22:50:49 +02:00
parent 1848126888
commit a4c6d39265
2 changed files with 37 additions and 47 deletions

View File

@@ -11,8 +11,8 @@ android {
defaultConfig {
applicationId "protect.babymonitor"
minSdkVersion 16
targetSdkVersion 17
minSdkVersion 19
targetSdkVersion 26
versionCode 3
versionName "0.3"
}