Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
jeketos committed May 1, 2024
1 parent 5ab3b50 commit 95735fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ android {

dependencies {
// for debug or fork purposes use commended line instead of the next line
implementation(project(":snowfall"))
// implementation 'com.github.idapgroup:Snowfall:0.9.0'
implementation 'androidx.core:core-ktx:1.12.0'
// implementation(project(":snowfall"))
implementation 'com.github.idapgroup:Snowfall:0.9.2'
implementation 'androidx.core:core-ktx:1.13.0'
implementation platform('org.jetbrains.kotlin:kotlin-bom:1.9.23')
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0'
implementation 'androidx.activity:activity-compose:1.8.2'
implementation platform('androidx.compose:compose-bom:2024.04.00')
implementation 'androidx.activity:activity-compose:1.9.0'
implementation platform('androidx.compose:compose-bom:2024.04.01')
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.compose.ui:ui-tooling-preview'
Expand Down
4 changes: 2 additions & 2 deletions snowfall/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
}

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

0 comments on commit 95735fb

Please sign in to comment.