From b8240fdf69121b431bba7596f6fb4b1d0ddb97fe Mon Sep 17 00:00:00 2001 From: idisfkj Date: Mon, 19 Jul 2021 17:21:40 +0800 Subject: [PATCH] feat: update README.md --- README-ch.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-ch.md b/README-ch.md index 7ebbf6f..2861924 100644 --- a/README-ch.md +++ b/README-ch.md @@ -48,7 +48,7 @@ repositories { } dependencies { - implementation 'io.github.idisfkj:android-startup:1.0.62' + implementation 'io.github.idisfkj:android-startup:1.0.7' } ``` diff --git a/README.md b/README.md index 6cc1ab8..4244952 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ repositories { } dependencies { - implementation 'io.github.idisfkj:android-startup:1.0.62' + implementation 'io.github.idisfkj:android-startup:1.0.7' } ```