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
This commit is contained in:
Clevero 2018-07-27 18:16:42 +02:00 committed by GitHub
parent ed1df4402b
commit 542a93015f
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).