Skip to content

Commit cdb1195

Browse files
committed
updating commons and kotlin
1 parent 583132e commit cdb1195

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ android {
6161
}
6262

6363
dependencies {
64-
implementation 'com.github.SimpleMobileTools:Simple-Commons:fe2610738c'
64+
implementation 'com.github.SimpleMobileTools:Simple-Commons:03e4d214b1'
6565
implementation 'org.greenrobot:eventbus:3.2.0'
6666
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
6767
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ class MainActivity : SimpleActivity() {
155155
}
156156

157157
private fun launchSettings() {
158+
hideKeyboard()
158159
reTurnFlashlightOn = false
159160
startActivity(Intent(applicationContext, SettingsActivity::class.java))
160161
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.5.31'
4+
ext.kotlin_version = '1.6.10'
55

66
repositories {
77
google()

0 commit comments

Comments
 (0)