Merge pull request #745 from Chase22/fix-gradle-string-in-ability-example

Fix gradle string in ability example
This commit is contained in:
Ruben Bermudez 2020-04-26 00:35:02 +01:00 committed by GitHub
commit da0aacfa40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ As with any Java project, you will need to set your dependencies.
``` ```
* **Gradle** * **Gradle**
```groovy ```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) * [JitPack](https://jitpack.io/#rubenlagus/TelegramBots)