From 1d484a5e0db1c5bdfc8a20d528f99ea208647837 Mon Sep 17 00:00:00 2001 From: Mateusz Lutecki Date: Sat, 15 Feb 2020 00:24:44 +0100 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd1cea3..428b15a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Contains ``` maven { url 'https://jitpack.io' } - implementation 'com.github.Luteoos:Android--MVVMLib:3.1.0x' + implementation 'com.github.Luteoos:Android--MVVMLib:4.0.0' ``` ### Library implements simple 'event bus' between VM and View able to transfer Event to listening classes