From cfcc62aa53e7109c370ceaca6dc53814a41ed941 Mon Sep 17 00:00:00 2001 From: Meno Hochschild Date: Wed, 30 Dec 2020 22:37:52 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 518cd09..06258dd 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Only two steps are required before coding against the API of Time4A. ```groovy dependencies { - implementation group: 'net.time4j', name: 'time4j-android', version: '4.7.1-2020d' + implementation group: 'net.time4j', name: 'time4j-android', version: '4.7.2-2020e' } ```