Change "compile" to "implementation" (Gradle dependency) and "groovy" to "gradle" (language identifier)
This commit is contained in:
parent
6342d1ff4e
commit
e09c13cf0e
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user