From 542a93015f14dd2e87318c06438dd4ec5cc493c6 Mon Sep 17 00:00:00 2001 From: Clevero Date: Fri, 27 Jul 2018 18:16:42 +0200 Subject: [PATCH] Update library version for gradle to 4.0 Don't using gradle, so don't have tested if it's already available there Just saw it while looking through --- TelegramBots.wiki/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TelegramBots.wiki/Getting-Started.md b/TelegramBots.wiki/Getting-Started.md index fc40ba56..7ba20886 100644 --- a/TelegramBots.wiki/Getting-Started.md +++ b/TelegramBots.wiki/Getting-Started.md @@ -17,7 +17,7 @@ First you need ot get the library and add it to your project. There are few poss * With **Gradle**: ```groovy - compile group: 'org.telegram', name: 'telegrambots', version: '3.5' + compile group: 'org.telegram', name: 'telegrambots', version: '4.0' ``` 2. Don't like **Maven Central Repository**? It can also be taken from [Jitpack](https://jitpack.io/#rubenlagus/TelegramBots).