File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
src/main/kotlin/com/simplemobiletools/thankyou/activities Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -61,5 +61,5 @@ android {
61
61
}
62
62
63
63
dependencies {
64
- implementation ' com.github.SimpleMobileTools:Simple-Commons:fe2610738c '
64
+ implementation ' com.github.SimpleMobileTools:Simple-Commons:03e4d214b1 '
65
65
}
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import android.view.Menu
6
6
import android.view.MenuItem
7
7
import com.simplemobiletools.commons.extensions.appLaunched
8
8
import com.simplemobiletools.commons.extensions.checkWhatsNew
9
+ import com.simplemobiletools.commons.extensions.hideKeyboard
9
10
import com.simplemobiletools.commons.extensions.updateTextColors
10
11
import com.simplemobiletools.commons.models.FAQItem
11
12
import com.simplemobiletools.commons.models.Release
@@ -41,6 +42,7 @@ class MainActivity : SimpleActivity() {
41
42
}
42
43
43
44
private fun launchSettings () {
45
+ hideKeyboard()
44
46
startActivity(Intent (this , SettingsActivity ::class .java))
45
47
}
46
48
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.5.31 '
4
+ ext. kotlin_version = ' 1.6.10 '
5
5
6
6
repositories {
7
7
google()
You can’t perform that action at this time.
0 commit comments