From e6efe7235e978f0c03ae0422014fd3013e8151e2 Mon Sep 17 00:00:00 2001 From: Gabriel Gircenko Date: Tue, 3 Jan 2023 19:59:54 +0100 Subject: [PATCH] Merge pull request #35 from GabrielGircenko/fix_offset --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfc1717..3f080c0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is an exploratory playground library to figure out how to Draw and animate build.gradle (app) ```groovy dependecies { - implementation 'com.github.GabrielGircenko:charts:-SNAPSHOT' + implementation 'com.github.tehras:charts:0.2.1-alpha' } ```