updating commons

This commit is contained in:
tibbi 2022-02-11 10:49:17 +01:00
parent b720228f78
commit 871aeaefec
2 changed files with 2 additions and 1 deletions

View file

@ -62,7 +62,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:fe2610738c'
implementation 'com.github.SimpleMobileTools:Simple-Commons:178537ae0d'
implementation 'me.grantland:autofittextview:0.2.1'
implementation 'net.objecthunter:exp4j:0.4.8'

View file

@ -137,6 +137,7 @@ class MainActivity : SimpleActivity(), Calculator {
}
private fun launchSettings() {
hideKeyboard()
startActivity(Intent(applicationContext, SettingsActivity::class.java))
}