Skip to content

Commit 0667437

Browse files
committed
update commons to 2.20.2
1 parent 048dbff commit 0667437

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
}
3333

3434
dependencies {
35-
compile 'com.simplemobiletools:commons:2.20.1'
35+
compile 'com.simplemobiletools:commons:2.20.2'
3636
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
3737
}
3838

app/src/main/kotlin/com/simplemobiletools/camera/Preview.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class Preview : ViewGroup, SurfaceHolder.Callback, MediaScannerConnection.OnScan
275275
private fun takePicture() {
276276
if (mCanTakePicture) {
277277
val selectedResolution = getSelectedResolution()
278-
mParameters!!.setPictureSize(selectedResolution.width, selectedResolution.height);
278+
mParameters!!.setPictureSize(selectedResolution.width, selectedResolution.height)
279279

280280
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
281281
mCamera!!.enableShutterSound(false)

0 commit comments

Comments
 (0)