From 1bcafee1c1330675f5bef3e370778f4bb23e66df Mon Sep 17 00:00:00 2001 From: vitusortner Date: Wed, 20 May 2020 15:34:46 +0200 Subject: [PATCH] Fix README links and file naming --- README.md | 6 +++--- .../{ineractionAnimation.kt => interactionAnimation.kt} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename app/src/main/java/co/joebirch/composeplayground/animation/{ineractionAnimation.kt => interactionAnimation.kt} (100%) diff --git a/README.md b/README.md index d624a9a..e573617 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The project is split up by API, with the intention of removing friction when try ### [Animation](app/src/main/java/co/joebirch/composeplayground/animation) - * [Animated Values](app/src/main/java/co/joebirch/composeplayground/animation/animateValues.kt) + * [Animated Values](app/src/main/java/co/joebirch/composeplayground/animation/animatedValues.kt) * [Crossfade Animation](app/src/main/java/co/joebirch/composeplayground/animation/crossfadeAnimation.kt) * [Growing Shape](app/src/main/java/co/joebirch/composeplayground/animation/growingCircle.kt) * [Interation Animation](app/src/main/java/co/joebirch/composeplayground/animation/interactionAnimation.kt) @@ -17,7 +17,7 @@ The project is split up by API, with the intention of removing friction when try ### [Core](app/src/main/java/co/joebirch/composeplayground/core) - * [Gestures](app/src/main/java/co/joebirch/composeplayground/core/gestures.kt) + * [Gestures](app/src/main/java/co/joebirch/composeplayground/core/gesture.kt) * [Popup](app/src/main/java/co/joebirch/composeplayground/core/popup.kt) * [Shadow](app/src/main/java/co/joebirch/composeplayground/core/shadow.kt) @@ -76,7 +76,7 @@ The project is split up by API, with the intention of removing friction when try * [Perform Horizontal Swipe Gesture](app/src/androidTest/java/co/joebirch/composeplayground/action/HorizontalSwipeTests.kt) * [Perform Vertical Swipe Gesture](app/src/androidTest/java/co/joebirch/composeplayground/action/VerticalSwipeTests.kt) * [Click Assertion](app/src/androidTest/java/co/joebirch/composeplayground/assertions/AssertClickActionTests.kt) - * [Displayed Assertion](app/src/androidTest/java/co/joebirch/composeplayground/assertions/AssertDisplayedActionTests.kt) + * [Displayed Assertion](app/src/androidTest/java/co/joebirch/composeplayground/assertions/AssertDisplayedTests.kt) * [Exists Assertion](app/src/androidTest/java/co/joebirch/composeplayground/assertions/AssertExistsTests.kt) * [On/Off Assertion](app/src/androidTest/java/co/joebirch/composeplayground/assertions/AssertOnOffTests.kt) * [Toggleable Assertion](app/src/androidTest/java/co/joebirch/composeplayground/assertions/AssertToggleableTests.kt) diff --git a/app/src/main/java/co/joebirch/composeplayground/animation/ineractionAnimation.kt b/app/src/main/java/co/joebirch/composeplayground/animation/interactionAnimation.kt similarity index 100% rename from app/src/main/java/co/joebirch/composeplayground/animation/ineractionAnimation.kt rename to app/src/main/java/co/joebirch/composeplayground/animation/interactionAnimation.kt