Added telegram bot API as dependency.
This commit is contained in:
parent
507878e10a
commit
79fd58d419
|
|
@ -50,4 +50,6 @@ dependencies {
|
||||||
|
|
||||||
// optional - Guava support for Room, including Optional and ListenableFuture
|
// optional - Guava support for Room, including Optional and ListenableFuture
|
||||||
implementation("androidx.room:room-guava:$room_version")
|
implementation("androidx.room:room-guava:$room_version")
|
||||||
|
|
||||||
|
implementation("com.github.pengrad:java-telegram-bot-api:7.9.1")
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue