updating kotlin, commons, gradle

This commit is contained in:
tibbi 2022-02-11 22:41:11 +01:00
parent f4298cce96
commit 32edc37c66
3 changed files with 4 additions and 3 deletions

View File

@ -62,6 +62,6 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:02b48c0b4d'
implementation 'com.github.SimpleMobileTools:Simple-Commons:03e4d214b1'
implementation "androidx.print:print:1.0.0"
}

View File

@ -186,6 +186,7 @@ class MainActivity : SimpleActivity(), CanvasListener {
}
private fun launchSettings() {
hideKeyboard()
startActivity(Intent(applicationContext, 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()
@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
classpath 'com.android.tools.build:gradle:7.0.4'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong