From 2370ea6bae2e6711755663760f7e23db52991f7b Mon Sep 17 00:00:00 2001 From: AmrDeveloper Date: Sat, 30 Dec 2023 20:08:24 +0200 Subject: [PATCH] Update Library version on docs website --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index c1be90f..ff11948 100644 --- a/docs/install.md +++ b/docs/install.md @@ -4,7 +4,7 @@ ``` dependencies { - implementation 'io.github.amrdeveloper:codeview:1.3.8' + implementation 'io.github.amrdeveloper:codeview:1.3.9' } ``` @@ -22,6 +22,6 @@ allprojects { Step 2: Add the dependency ``` dependencies { - implementation 'com.github.AmrDeveloper:CodeView:1.3.8' + implementation 'com.github.AmrDeveloper:CodeView:1.3.9' } ``` \ No newline at end of file