From f1eb0cd821f400d24d95cb53c5e9452f0c851274 Mon Sep 17 00:00:00 2001 From: Sergey Date: Mon, 13 Mar 2023 19:32:42 +0500 Subject: [PATCH] update README.md --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef24325..a8fd910 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Unofficial Java client library for the Android Google Keep API ## Table of content - [General info](#general-info) +- [Next improvements](#next-improvements) - [Documentation](#documentation) - [Download](#download) - [Similar libraries](#similar-libraries) @@ -75,11 +76,32 @@ public class App { } ``` +## Next improvements +In the current version of the library, basic manipulations with nodes and labels are available, +but later uploading and downloading blobs will be also added. + +*You can report any issues with improvements or modifications* + ## Documentation *Will be available later* ## Download -*Will be available later* +### *Available [here](https://mvnrepository.com/artifact/io.github.rukins/gkeepapi)* +#### Maven +```xml + + io.github.rukins + gkeepapi + +``` +#### Gradle +```groovy +implementation group: 'io.github.rukins', name: 'gkeepapi' +``` +#### Gradle (Kotlin) +```kotlin +implementation("io.github.rukins:gkeepapi") +``` ## Similar libraries - Python: https://github.com/kiwiz/gkeepapi