Skip to content

Commit

Permalink
Merge pull request #189 from aclassen/feature/update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
aclassen authored Oct 26, 2022
2 parents 8605a5b + e606028 commit 86a5900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ plugins {

dependencies {
implementation(project(":reorderable"))
implementation("androidx.compose.runtime:runtime:1.2.1")
implementation("androidx.compose.runtime:runtime:1.3.0")
implementation("androidx.compose.material:material:1.3.0")
implementation("androidx.activity:activity-compose:1.6.0")
implementation("androidx.activity:activity-compose:1.6.1")
implementation("com.google.android.material:material:1.7.0")
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1")
implementation("androidx.navigation:navigation-compose:2.5.2")
implementation("androidx.navigation:navigation-compose:2.5.3")
implementation("io.coil-kt:coil-compose:2.2.2")
}

Expand Down
2 changes: 1 addition & 1 deletion reorderable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "org.burnoutcrew.composereorderable"
version = "0.9.3"
version = "0.9.4"

kotlin {
jvm()
Expand Down

0 comments on commit 86a5900

Please sign in to comment.