Skip to content

Commit

Permalink
fix: click issue after scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4rl3x committed Jun 17, 2024
1 parent 292bef6 commit c385b95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bottom-drawer-scaffold/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply from: '../buildCompose.gradle'

ext {
PUBLISH_GROUP_ID = 'de.charlex.compose'
PUBLISH_VERSION = '2.0.0-rc03'
PUBLISH_VERSION = '2.0.0-rc04'
PUBLISH_ARTIFACT_ID = 'bottom-drawer-scaffold'
}

Expand Down
5 changes: 2 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ compileSdk = "34"
minSdk = "21"
targetSdk = "33"

composeBom = "2024.05.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
composeBom = "2024.06.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
composeCompiler = "1.5.14" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin
kotlin = "1.9.24" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin
gradlePlugin = "8.4.1" # https://developer.android.com/build/releases/gradle-plugin

material3 = "1.3.0-beta02" # https://developer.android.com/build/releases/gradle-plugin

activityCompose = "1.9.0"
coreKtx = "1.13.1"
Expand All @@ -23,7 +22,7 @@ compose-bom = { module = "androidx.compose:compose-bom", version.ref = "composeB
compose-ui-ui = { module = "androidx.compose.ui:ui" }
compose-ui-util = { module = "androidx.compose.ui:ui-util" }
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
compose-material3-material3 = { module = "androidx.compose.material3:material3", version.ref = "material3" }
compose-material3-material3 = { module = "androidx.compose.material3:material3" }


core-ktx = { module = "androidx.core:core-ktx", version.ref = "coreKtx" }
Expand Down

0 comments on commit c385b95

Please sign in to comment.