From b05af2e9c845284220f84358ee7307db6d1ff13e Mon Sep 17 00:00:00 2001 From: hegaojian Date: Tue, 20 Jul 2021 13:29:54 +0800 Subject: [PATCH] =?UTF-8?q?commit=201.2.5=20=20fix=20#76=20=E5=BF=AB?= =?UTF-8?q?=E9=80=9F=E9=80=80=E5=87=BA=E8=BF=9B=E5=85=A5Fragment=E6=97=B6?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E7=A7=BB=E9=99=A4handle=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a92292..a36eec5 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ allprojects { ``` dependencies { ... - implementation 'com.github.hegaojian:JetpackMvvm:1.2.4' + implementation 'com.github.hegaojian:JetpackMvvm:1.2.5' } ```