From 2d90e9ab8720e93f16a7d5676c2e506168ec62ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabrielle=20Guimar=C3=A3es=20de=20Oliveira?= Date: Mon, 28 Aug 2023 22:13:39 -0300 Subject: [PATCH] docs: update version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6bc193..b3b1fd3 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ repositories { } dependencies { - implementation('com.openpix:sdk-java:0.0.1') + implementation('com.openpix:sdk-java:0.0.10') } ``` @@ -51,7 +51,7 @@ repositories { } dependencies { - implementation('com.openpix:sdk-java:0.0.1') + implementation('com.openpix:sdk-java:0.0.10') } ```