Merge pull request #497 from Clevero/patch-4

Update library version for gradle to 4.0
This commit is contained in:
Ruben Bermudez 2018-07-27 20:18:48 +02:00 committed by GitHub
commit df1cf5a43b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).