Skip to content

Commit 53146d9

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 88a3705 + 8017424 commit 53146d9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Add Animatable Material Components in Android Jetpack Compose.
44

5-
Create jetpack compose animations painless.
5+
Create jetpack compose animation painless.
66

77
What you can create from Material 3 components right now;
88
* Text Animation
@@ -417,9 +417,10 @@ dependencyResolutionManagement {
417417
3. Add dependencies
418418
```groovy
419419
dependencies {
420-
implementation 'com.github.commandiron:AnimatableCompose:1.0.0'
420+
implementation 'com.github.commandiron:AnimatableCompose:1.0.2'
421421
}
422422
```
423423

424424
## Todo ✔️
425425
* SharedAnimationSpec ❌
426+
* Animation State callback from animate() ❌

0 commit comments

Comments
 (0)