mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +00:00
fix help for versions before 0.28.0
This commit is contained in:
parent
1913f1a900
commit
35e28c00cb
@ -40,9 +40,9 @@ In case if you are want to use this library inside of browser, you will need add
|
|||||||
dependencies {
|
dependencies {
|
||||||
/* ... */
|
/* ... */
|
||||||
|
|
||||||
implementation "dev.inmo:TelegramBotAPI:$tgbot_api_version"
|
implementation "com.github.insanusmokrassar:TelegramBotAPI:$tgbot_api_version"
|
||||||
implementation "dev.inmo:TelegramBotAPI-extensions-api:$tgbot_api_version" // optional
|
implementation "com.github.insanusmokrassar:TelegramBotAPI-extensions-api:$tgbot_api_version" // optional
|
||||||
implementation "dev.inmo:TelegramBotAPI-extensions-utils:$tgbot_api_version" // optional
|
implementation "com.github.insanusmokrassar:TelegramBotAPI-extensions-utils:$tgbot_api_version" // optional
|
||||||
|
|
||||||
/* Block of dependencies for correct building in browser */
|
/* Block of dependencies for correct building in browser */
|
||||||
implementation(npm("fs"))
|
implementation(npm("fs"))
|
||||||
|
Loading…
Reference in New Issue
Block a user