Merge pull request #745 from Chase22/fix-gradle-string-in-ability-example
Fix gradle string in ability example
This commit is contained in:
commit
da0aacfa40
@ -14,7 +14,7 @@ As with any Java project, you will need to set your dependencies.
|
||||
```
|
||||
* **Gradle**
|
||||
```groovy
|
||||
compile group: 'org.telegram', name: 'telegrambots-abilities', version: 'permissions'
|
||||
implementation group: 'org.telegram', name: 'telegrambots-abilities', version: '4.7'
|
||||
```
|
||||
* [JitPack](https://jitpack.io/#rubenlagus/TelegramBots)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user