Skip to content

Commit ea6be2f

Browse files
committed
updating commons and kotlin
1 parent 025ba7e commit ea6be2f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

app/build.gradle

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

6363
dependencies {
64-
implementation 'com.github.SimpleMobileTools:Simple-Commons:fe2610738c'
64+
implementation 'com.github.SimpleMobileTools:Simple-Commons:03e4d214b1'
6565
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import android.view.Menu
66
import android.view.MenuItem
77
import com.simplemobiletools.commons.extensions.appLaunched
88
import com.simplemobiletools.commons.extensions.checkWhatsNew
9+
import com.simplemobiletools.commons.extensions.hideKeyboard
910
import com.simplemobiletools.commons.extensions.updateTextColors
1011
import com.simplemobiletools.commons.models.FAQItem
1112
import com.simplemobiletools.commons.models.Release
@@ -41,6 +42,7 @@ class MainActivity : SimpleActivity() {
4142
}
4243

4344
private fun launchSettings() {
45+
hideKeyboard()
4446
startActivity(Intent(this, SettingsActivity::class.java))
4547
}
4648

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)