Skip to content

Commit 2e938cc

Browse files
committed
update commons to 3.8.8
1 parent 7881706 commit 2e938cc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
}
3939

4040
dependencies {
41-
implementation 'com.simplemobiletools:commons:3.7.8'
41+
implementation 'com.simplemobiletools:commons:3.8.8'
4242
implementation 'com.squareup:otto:1.3.8'
4343
}
4444

app/src/main/kotlin/com/simplemobiletools/flashlight/activities/MainActivity.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import android.content.Intent
44
import android.os.Bundle
55
import android.view.Menu
66
import android.view.MenuItem
7-
import android.view.View
87
import android.view.WindowManager
98
import android.widget.ImageView
109
import android.widget.SeekBar

0 commit comments

Comments
 (0)