Skip to content

Commit 25727dd

Browse files
authored
Merge pull request #50 from Breens-Mbaka/fix/keyboard-not-showing
Update Compose compiler version to 1.5.1
2 parents 527ee0e + eca4b00 commit 25727dd

4 files changed

Lines changed: 12 additions & 11 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ plugins {
55

66
android {
77
namespace 'com.breens.searchableexposeddropdownmenujetpackcompose'
8-
compileSdk 33
8+
compileSdk 34
99

1010
defaultConfig {
1111
applicationId "com.breens.searchableexposeddropdownmenujetpackcompose"
1212
minSdk 21
13-
targetSdk 33
13+
targetSdk 34
1414
versionCode 1
1515
versionName "1.0"
1616

@@ -37,7 +37,7 @@ android {
3737
compose true
3838
}
3939
composeOptions {
40-
kotlinCompilerExtensionVersion '1.2.0'
40+
kotlinCompilerExtensionVersion '1.5.1'
4141
}
4242
packagingOptions {
4343
resources {

build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
buildscript {
22
ext {
3-
compose_ui_version = '1.1.1'
3+
compose_ui_version = '1.5.1'
4+
agp_version = '8.1.0-beta02'
45
}
56
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
67
plugins {
7-
id 'com.android.application' version '7.3.1' apply false
8-
id 'com.android.library' version '7.3.1' apply false
9-
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
8+
id 'com.android.application' version '8.1.0-beta02' apply false
9+
id 'com.android.library' version '8.1.0-beta02' apply false
10+
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
1011
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Nov 13 15:18:59 EAT 2022
1+
#Sat Oct 21 16:05:09 EAT 2023
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
43
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
65
zipStoreBase=GRADLE_USER_HOME
6+
zipStorePath=wrapper/dists

searchable-dropdown/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
compose true
3434
}
3535
composeOptions {
36-
kotlinCompilerExtensionVersion '1.2.0'
36+
kotlinCompilerExtensionVersion '1.5.1'
3737
}
3838
packagingOptions {
3939
resources {

0 commit comments

Comments
 (0)