From 65c5ee8ccb6c7258e644a99df729552890706108 Mon Sep 17 00:00:00 2001 From: Gabriel Peal Date: Wed, 3 Oct 2018 21:00:40 -0700 Subject: [PATCH] Improved README and CHANGELOG regarding androidx. --- CHANGELOG.md | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3592831819..bdcac263bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 2.8.0 ### Features and Improvements -* Migrated to androidx +* Migrated to androidx. This release and all future releases are only compatible with projects that have been migrated to androidx. # 2.7.0 ### Features and Improvements diff --git a/README.md b/README.md index 922bf620ae..73ca4b8eb2 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,6 @@ dependencies { } ``` The latest Lottie version is: -![lottieVersion](https://maven-badges.herokuapp.com/maven-central/com.airbnb.android/lottie/badge.svg) \ No newline at end of file +![lottieVersion](https://maven-badges.herokuapp.com/maven-central/com.airbnb.android/lottie/badge.svg) + +Lottie 2.8.0 and above only supports projects that have been migrated to [androidx](https://developer.android.com/jetpack/androidx/) for more information, read Google's [migration guide](https://developer.android.com/jetpack/androidx/migrate). \ No newline at end of file