[go: nahoru, domu]

Refactors androidx.compose.animation:animation-core to the androidx.compose.animation.core package name

Bug: b/160233169
Test: ./gradlew checkApi
Relnote: N/A
Change-Id: I60b4b6745cbbd006af3c1b00491b8af4935587a0
diff --git a/ui/ui-animation/src/androidAndroidTest/kotlin/androidx/ui/animation/AnimationModifierTest.kt b/ui/ui-animation/src/androidAndroidTest/kotlin/androidx/ui/animation/AnimationModifierTest.kt
index ecdc601..652a383 100644
--- a/ui/ui-animation/src/androidAndroidTest/kotlin/androidx/ui/animation/AnimationModifierTest.kt
+++ b/ui/ui-animation/src/androidAndroidTest/kotlin/androidx/ui/animation/AnimationModifierTest.kt
@@ -16,8 +16,8 @@
 
 package androidx.ui.animation
 
-import androidx.animation.LinearOutSlowInEasing
-import androidx.animation.tween
+import androidx.compose.animation.core.LinearOutSlowInEasing
+import androidx.compose.animation.core.tween
 import androidx.compose.foundation.Box
 import androidx.compose.foundation.layout.size
 import androidx.compose.getValue