diff --git a/README.md b/README.md index 7256736..26ea126 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gradle.properties b/gradle.properties index 699bec0..0f263bb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/settings.gradle b/settings.gradle index dde1eba..ab1214f 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,7 @@ include ":ForwardInfoSenderBot" include ":RandomFileSenderBot" +include ":NativeRandomFileSenderBot" include ":HelloBot"