From d2fbd2c09ca64b69bf551e7918805b75dc480c14 Mon Sep 17 00:00:00 2001 From: Ricardo Ribeiro Gudwin Date: Thu, 29 Jan 2026 16:48:08 -0300 Subject: [PATCH] Change CST dependency version from 1.6.1 to 1.6.2 Updated the version number of the CST dependency in the README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4b3d2e..0364cc6 100755 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Note: This library is still under development, and some concepts or features mig ``` dependencies { ... - implementation 'com.github.CST-Group:cst:1.6.1' + implementation 'com.github.CST-Group:cst:1.6.2' } ``` @@ -53,7 +53,7 @@ Sometimes, the version number (tag) in this README gets out of date, as maintain com.github.CST-Group cst - 1.6.1 + 1.6.2 ```