From 4d8164201d9adf614ce29125165c02ab89f8699a Mon Sep 17 00:00:00 2001 From: XinyueZ Date: Thu, 27 Sep 2018 13:13:01 +0200 Subject: [PATCH] Update README for 1.0.0 release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4e1c43e..0eb02193 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ repositories { } dependencies { - implementation 'androidx.core:core-ktx:1.0.0-alpha1' + implementation 'androidx.core:core-ktx:1.0.0' } ```