Skip to content

Commit 4f4ef80

Browse files
author
breensmbaka
committed
Final fix for the keyboard not showing from Android Device 10 and above.
1 parent 4903a85 commit 4f4ef80

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
compose true
3838
}
3939
composeOptions {
40-
kotlinCompilerExtensionVersion '1.1.1'
40+
kotlinCompilerExtensionVersion '1.2.0'
4141
}
4242
packagingOptions {
4343
resources {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ buildscript {
66
plugins {
77
id 'com.android.application' version '7.3.1' apply false
88
id 'com.android.library' version '7.3.1' apply false
9-
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
9+
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
1010
}

searchable-dropdown/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
compose true
3434
}
3535
composeOptions {
36-
kotlinCompilerExtensionVersion '1.1.1'
36+
kotlinCompilerExtensionVersion '1.2.0'
3737
}
3838
packagingOptions {
3939
resources {
@@ -56,7 +56,7 @@ afterEvaluate {
5656

5757
groupId = 'com.github.Breens-Mbaka'
5858
artifactId = 'searchable-dropdown'
59-
version = '0.3.1'
59+
version = '0.3.5'
6060
}
6161
}
6262
}

0 commit comments

Comments
 (0)