From 1d233527133082df32f4100d4641bc9a2ca5b074 Mon Sep 17 00:00:00 2001 From: skydoves Date: Tue, 7 Feb 2023 18:55:11 +0900 Subject: [PATCH] Update README about compose compiler version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18ace25..54d3c74 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ dependencies { } ``` -> **Note**: This is an experimental library that demonstrates various animations with Jetpack Compose. Please make sure that your project uses Jetpack Compose `1.3.1`, Compose Compiler `1.3.2`, and Kotlin `1.7.10`. +> **Note**: This is an experimental library that demonstrates various animations with Jetpack Compose. Please make sure that your project uses Jetpack Compose `1.3.1`, Compose Compiler `1.4.0`, and Kotlin `1.8.0`. ## Usage