Skip to content

Commit

Permalink
Merge pull request #50 from Breens-Mbaka/fix/keyboard-not-showing
Browse files Browse the repository at this point in the history
Update Compose compiler version to 1.5.1
  • Loading branch information
Breens-Mbaka authored Oct 21, 2023
2 parents 527ee0e + eca4b00 commit 25727dd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {

android {
namespace 'com.breens.searchableexposeddropdownmenujetpackcompose'
compileSdk 33
compileSdk 34

defaultConfig {
applicationId "com.breens.searchableexposeddropdownmenujetpackcompose"
minSdk 21
targetSdk 33
targetSdk 34
versionCode 1
versionName "1.0"

Expand All @@ -37,7 +37,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion '1.2.0'
kotlinCompilerExtensionVersion '1.5.1'
}
packagingOptions {
resources {
Expand Down
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
buildscript {
ext {
compose_ui_version = '1.1.1'
compose_ui_version = '1.5.1'
agp_version = '8.1.0-beta02'
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '7.3.1' apply false
id 'com.android.library' version '7.3.1' apply false
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
id 'com.android.application' version '8.1.0-beta02' apply false
id 'com.android.library' version '8.1.0-beta02' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
}
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Nov 13 15:18:59 EAT 2022
#Sat Oct 21 16:05:09 EAT 2023
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion searchable-dropdown/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion '1.2.0'
kotlinCompilerExtensionVersion '1.5.1'
}
packagingOptions {
resources {
Expand Down

0 comments on commit 25727dd

Please sign in to comment.