update version to 3.2.0

This commit is contained in:
tibbi 2018-04-05 14:47:31 +02:00
parent 37e704612d
commit 6094cf98fe
2 changed files with 2 additions and 3 deletions

View File

@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.flashlight"
minSdkVersion 16
targetSdkVersion 27
versionCode 26
versionName "3.1.0"
versionCode 27
versionName "3.2.0"
setProperty("archivesBaseName", "flashlight")
}

View File

@ -210,7 +210,6 @@ class MyCameraImpl(val context: Context) {
} catch (e: Exception) {
shouldStroboscopeStop = true
}
}
} else {
if (camera == null) {