diff --git a/README.md b/README.md index b0abb98..0df721f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Two libraries to create Line Graph and Pie Chart Views easily. ### Including the library You can include the dependency using JitPack, directions provided on the page: -https://jitpack.io/#NikShuvalov/Shoe-Olive-Graphs/v1.0.0 +https://jitpack.io/#NikShuvalov/Shoe-Olive-Graphs/v0.2.0-alpha --or-- @@ -17,17 +17,17 @@ If you already have the JitPack repository included in your root gradle file: To include entire library: ``` - compile 'com.github.NikShuvalov:Shoe-Olive-Graphs:v1.0.0' + compile 'com.github.NikShuvalov:Shoe-Olive-Graphs:v0.2.0-alpha' ``` To include only Line Graph sub-library: ``` -compile 'com.github.NikShuvalov.Shoe-Olive-Graphs:line-graph-view:v1.0.0' +compile 'com.github.NikShuvalov.Shoe-Olive-Graphs:line-graph-view:v0.2.0-alpha' ``` To include only Pie Chart sub-library: ``` -compile 'com.github.NikShuvalov.Shoe-Olive-Graphs:pie-chart-view:v1.0.0' +compile 'com.github.NikShuvalov.Shoe-Olive-Graphs:pie-chart-view:v0.2.0-alpha' ``` ## Line Graphs