update dependencies and other attributes

This commit is contained in:
InsanusMokrassar 2023-04-04 01:02:18 +06:00
parent d3cb8a32ef
commit 9b10749411
3 changed files with 5 additions and 2 deletions

View File

@ -4,6 +4,8 @@ This repository contains several examples of simple bots which are using Telegra
## How to use this repository ## 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: This repository contains several important things:
* Example subprojects * Example subprojects

View File

@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx1g
kotlin_version=1.8.10 kotlin_version=1.8.10
telegram_bot_api_version=7.0.1 telegram_bot_api_version=7.0.2-branch_7.0.2-build1571
micro_utils_version=0.17.5 micro_utils_version=0.17.6-branch_0.17.6-build419
serialization_version=1.5.0 serialization_version=1.5.0
ktor_version=2.2.4 ktor_version=2.2.4

View File

@ -1,6 +1,7 @@
include ":ForwardInfoSenderBot" include ":ForwardInfoSenderBot"
include ":RandomFileSenderBot" include ":RandomFileSenderBot"
include ":NativeRandomFileSenderBot"
include ":HelloBot" include ":HelloBot"