Change "compile" to "implementation" (Gradle dependency) and "groovy" to "gradle" (language identifier)

This commit is contained in:
ekiauhce 2021-01-30 10:20:50 +03:00
parent 6342d1ff4e
commit e09c13cf0e

View File

@ -16,8 +16,8 @@ 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: '5.0.1'
```gradle
implementation 'org.telegram:telegrambots:5.0.1'
```
2. Don't like **Maven Central Repository**? It can also be taken from [Jitpack](https://jitpack.io/#rubenlagus/TelegramBots).