updating commons and kotlin

This commit is contained in:
tibbi 2022-02-11 22:17:38 +01:00
parent 025ba7eeb3
commit ea6be2f336
3 changed files with 4 additions and 2 deletions

View File

@ -61,5 +61,5 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:fe2610738c'
implementation 'com.github.SimpleMobileTools:Simple-Commons:03e4d214b1'
}

View File

@ -6,6 +6,7 @@ import android.view.Menu
import android.view.MenuItem
import com.simplemobiletools.commons.extensions.appLaunched
import com.simplemobiletools.commons.extensions.checkWhatsNew
import com.simplemobiletools.commons.extensions.hideKeyboard
import com.simplemobiletools.commons.extensions.updateTextColors
import com.simplemobiletools.commons.models.FAQItem
import com.simplemobiletools.commons.models.Release
@ -41,6 +42,7 @@ class MainActivity : SimpleActivity() {
}
private fun launchSettings() {
hideKeyboard()
startActivity(Intent(this, SettingsActivity::class.java))
}

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.5.31'
ext.kotlin_version = '1.6.10'
repositories {
google()