From dafb99a0763d70a62c2707e7d93a128e0b8da0a7 Mon Sep 17 00:00:00 2001 From: Alexey Vasilyev Date: Sun, 9 Jan 2022 19:31:57 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b933d83..0d007a6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ allprojects { } } dependencies { - implementation 'com.github.alexeyvasilyev:rtsp-client-android:2.0.2' + implementation 'com.github.alexeyvasilyev:rtsp-client-android:2.0.3' } ```