From 498a3dd4e01a0f9effb81379d89e6676819ef624 Mon Sep 17 00:00:00 2001 From: JaerenMoneyBox Date: Thu, 28 Mar 2019 13:18:58 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdfa0c4..6eb6f73 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Above the login button is an animation of an owl and a pig. We would like this To create animation in our app we use a helpful library called Lottie. This has been added to the project for you, but currently it just plays the animation once and then stops. Please implement the logic as described above. -There is lots of helpful documentation on Lottie [here](http://airbnb.io/lottie/android/android.html#sample-app). Please take a look at this page for information on how to loop the animation, play from a min and max frame and detect when an animation ends. +There is lots of helpful documentation on Lottie [here](http://airbnb.io/lottie/#/android). Please take a look at this page for information on how to loop the animation, play from a min and max frame and detect when an animation ends. ## Part B - Add 2 new screens