@@ -13,18 +13,21 @@ ktlint = "14.0.1"
1313robolectric = " 4.16"
1414uiTestJunit4Android = " 1.10.0"
1515versionCatalogUpdate = " 1.0.1"
16+ androidxComposeAnimation = " 1.10.0"
1617
1718[libraries ]
1819androidx-annotation = { module = " androidx.annotation:annotation" , version.ref = " androidx-annotation" }
1920androidx-core-ktx = { module = " androidx.core:core-ktx" , version.ref = " androidx-core-ktx" }
2021androidx-ui-test-junit4-android = { module = " androidx.compose.ui:ui-test-junit4-android" , version.ref = " uiTestJunit4Android" }
2122compose-lint-checks = { module = " com.slack.lint.compose:compose-lint-checks" , version.ref = " compose-lint-checks" }
2223compose-material3 = { module = " androidx.compose.material3:material3" , version.ref = " compose-material3" }
24+ compose-foundation = { module = " androidx.compose.foundation:foundation" , version.ref = " compose-ui" }
2325compose-ui = { module = " androidx.compose.ui:ui" , version.ref = " compose-ui" }
2426compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" , version.ref = " compose-ui" }
2527google-accompanist-permissions = { module = " com.google.accompanist:accompanist-permissions" , version.ref = " google-accompanist-permissions" }
2628junit = { module = " junit:junit" , version.ref = " junit" }
2729roboelectric = { module = " org.robolectric:robolectric" , version.ref = " robolectric" }
30+ androidx-compose-animation-core = { group = " androidx.compose.animation" , name = " animation-core" , version.ref = " androidxComposeAnimation" }
2831
2932[plugins ]
3033android-library = { id = " com.android.library" , version.ref = " agp" }
0 commit comments