1
0
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:
2020-10-04 17:10:03 +06:00
parent 34fcfe2e20
commit 17dd694044
10 changed files with 35 additions and 35 deletions

View File

@@ -11,6 +11,6 @@ Concentration of all TelegramBotAPI libraries:
```groovy
dependencies {
// ...
implementation "com.github.insanusmokrassar:TelegramBotAPI:$tgBotAPIVersion"
implementation "dev.inmo.tgbotapi:TelegramBotAPI:$tgBotAPIVersion"
}
```

View File

@@ -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"]