update version to 3.2.0
This commit is contained in:
parent
37e704612d
commit
6094cf98fe
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
|
@ -210,7 +210,6 @@ class MyCameraImpl(val context: Context) {
|
|||
} catch (e: Exception) {
|
||||
shouldStroboscopeStop = true
|
||||
}
|
||||
|
||||
}
|
||||
} else {
|
||||
if (camera == null) {
|
||||
|
|
Loading…
Reference in New Issue