Skip to content

Commit 6094cf9

Browse files
committed
update version to 3.2.0
1 parent 37e7046 commit 6094cf9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.simplemobiletools.flashlight"
1111
minSdkVersion 16
1212
targetSdkVersion 27
13-
versionCode 26
14-
versionName "3.1.0"
13+
versionCode 27
14+
versionName "3.2.0"
1515
setProperty("archivesBaseName", "flashlight")
1616
}
1717

app/src/main/kotlin/com/simplemobiletools/flashlight/helpers/MyCameraImpl.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ class MyCameraImpl(val context: Context) {
210210
} catch (e: Exception) {
211211
shouldStroboscopeStop = true
212212
}
213-
214213
}
215214
} else {
216215
if (camera == null) {

0 commit comments

Comments
 (0)