mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-17 13:53:53 +00:00
update dependencies and other attributes
This commit is contained in:
parent
d3cb8a32ef
commit
9b10749411
@ -4,6 +4,8 @@ This repository contains several examples of simple bots which are using Telegra
|
||||
|
||||
## How to use this repository
|
||||
|
||||
***TO RUN NATIVE TARGETS ON LINUX YOU SHOULD INSTALL CURL LIBRARY. FOR EXAMPLE: `sudo apt install libcurl4-gnutls-dev`***
|
||||
|
||||
This repository contains several important things:
|
||||
|
||||
* Example subprojects
|
||||
|
@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx1g
|
||||
|
||||
|
||||
kotlin_version=1.8.10
|
||||
telegram_bot_api_version=7.0.1
|
||||
micro_utils_version=0.17.5
|
||||
telegram_bot_api_version=7.0.2-branch_7.0.2-build1571
|
||||
micro_utils_version=0.17.6-branch_0.17.6-build419
|
||||
serialization_version=1.5.0
|
||||
ktor_version=2.2.4
|
||||
|
@ -1,6 +1,7 @@
|
||||
include ":ForwardInfoSenderBot"
|
||||
|
||||
include ":RandomFileSenderBot"
|
||||
include ":NativeRandomFileSenderBot"
|
||||
|
||||
include ":HelloBot"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user