mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2025-09-02 22:59:48 +00:00
change package group and readmes
This commit is contained in:
@@ -11,6 +11,6 @@ Concentration of all TelegramBotAPI libraries:
|
||||
```groovy
|
||||
dependencies {
|
||||
// ...
|
||||
implementation "com.github.insanusmokrassar:TelegramBotAPI:$tgBotAPIVersion"
|
||||
implementation "dev.inmo.tgbotapi:TelegramBotAPI:$tgBotAPIVersion"
|
||||
}
|
||||
```
|
||||
|
@@ -29,7 +29,7 @@ bintray {
|
||||
publish = true
|
||||
|
||||
pkg {
|
||||
repo = "StandardRepository"
|
||||
repo = "TelegramBotAPI"
|
||||
name = "${project.name}"
|
||||
vcsUrl = "https://github.com/InsanusMokrassar/TelegramBotAPI"
|
||||
licenses = ["Apache-2.0"]
|
||||
|
Reference in New Issue
Block a user