Skip to content

Commit

Permalink
Update compose bom to 2024.02.00
Browse files Browse the repository at this point in the history
  • Loading branch information
jeketos committed Feb 12, 2024
1 parent dc3d438 commit 0065594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ android {
dependencies {
// for debug or fork purposes use commended line instead of the next line
// implementation(project(":snowfall"))
implementation 'com.github.idapgroup:Snowfall:0.8.3'
implementation 'com.github.idapgroup:Snowfall:0.8.4'
implementation 'androidx.core:core-ktx:1.12.0'
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.9.22')
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
implementation 'androidx.activity:activity-compose:1.8.2'
implementation platform('androidx.compose:compose-bom:2023.10.01')
implementation platform('androidx.compose:compose-bom:2024.02.00')
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.compose.ui:ui-tooling-preview'
Expand Down
2 changes: 1 addition & 1 deletion snowfall/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {

dependencies {
implementation 'androidx.core:core-ktx:1.12.0'
implementation platform('androidx.compose:compose-bom:2023.10.01')
implementation platform('androidx.compose:compose-bom:2024.02.00')
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.compose.ui:ui-tooling-preview'
Expand Down

0 comments on commit 0065594

Please sign in to comment.