mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2026-09-05 07:39:03 +00:00
Compare commits
2 Commits
bc39279c6c
...
73f05bbcd7
| Author | SHA1 | Date | |
|---|---|---|---|
| 73f05bbcd7 | |||
| f053013360 |
@@ -14,8 +14,8 @@ allprojects {
|
||||
nativePartTemplate = "${rootProject.projectDir.absolutePath}/native_template.gradle"
|
||||
}
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
google()
|
||||
if (project.hasProperty("GITHUB_USER") && project.hasProperty("GITHUB_TOKEN")) {
|
||||
maven {
|
||||
url "https://maven.pkg.github.com/InsanusMokrassar/TelegramBotAPI"
|
||||
@@ -27,6 +27,7 @@ allprojects {
|
||||
}
|
||||
|
||||
maven { url "https://proxy.nexus.inmo.dev/repository/maven-releases/" }
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user