Skip to content

Commit

Permalink
feat: removed animations, closes #182
Browse files Browse the repository at this point in the history
  • Loading branch information
Malopieds committed Jul 9, 2024
1 parent e656c9b commit 577c5ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ concurrent-futures = { group = "androidx.concurrent", name = "concurrent-futures

gradle = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }
activity = { group = "androidx.activity", name = "activity-compose", version = "1.9.0" }
navigation = { group = "androidx.navigation", name = "navigation-compose", version = "2.7.7" }
navigation = { group = "androidx.navigation", name = "navigation-compose", version = "2.6.0" }
hilt-navigation = { group = "androidx.hilt", name = "hilt-navigation-compose", version = "1.2.0" }
datastore = { group = "androidx.datastore", name = "datastore-preferences", version = "1.1.1" }

compose-runtime = { group = "androidx.compose.runtime", name = "runtime", version.ref = "compose" }
compose-foundation = { group = "androidx.compose.foundation", name = "foundation", version = "1.6.8" }
compose-foundation = { group = "androidx.compose.foundation", name = "foundation", version = "compose" }
compose-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "compose" }
compose-ui-util = { group = "androidx.compose.ui", name = "ui-util", version.ref = "compose" }
compose-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling", version.ref = "compose" }
Expand Down

0 comments on commit 577c5ef

Please sign in to comment.