From 062d7e2c713704bad7f37918455c049fdfc9961d Mon Sep 17 00:00:00 2001 From: pedro Date: Sat, 2 Mar 2024 20:07:23 +0100 Subject: [PATCH] version 1.2.3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d7b403..01847bb 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ allprojects { } } dependencies { - implementation 'com.github.pedroSG94:RTSP-Server:1.2.2' - implementation 'com.github.pedroSG94.RootEncoder:library:2.3.6' + implementation 'com.github.pedroSG94:RTSP-Server:1.2.3' + implementation 'com.github.pedroSG94.RootEncoder:library:2.3.7' } ```