mirror of
https://github.com/InsanusMokrassar/TelegramBotApiLibraries.git
synced 2024-12-22 16:47:16 +00:00
0.0.14
This commit is contained in:
parent
c519881800
commit
ce132cb4e7
@ -14,7 +14,7 @@ github_release_plugin_version=2.2.12
|
|||||||
tgbotapi_version=0.37.0
|
tgbotapi_version=0.37.0
|
||||||
micro_utils_version=0.8.2
|
micro_utils_version=0.8.2
|
||||||
exposed_version=0.36.1
|
exposed_version=0.36.1
|
||||||
plagubot_version=0.4.0
|
plagubot_version=0.4.1
|
||||||
|
|
||||||
# ANDROID
|
# ANDROID
|
||||||
|
|
||||||
@ -33,5 +33,5 @@ dokka_version=1.5.31
|
|||||||
# Project data
|
# Project data
|
||||||
|
|
||||||
group=dev.inmo
|
group=dev.inmo
|
||||||
version=0.0.13
|
version=0.0.14
|
||||||
android_code_version=12
|
android_code_version=13
|
||||||
|
@ -30,7 +30,6 @@ kotlin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
toolchain {
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
languageVersion = JavaLanguageVersion.of(8)
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -48,9 +48,8 @@ kotlin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
toolchain {
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
languageVersion = JavaLanguageVersion.of(8)
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$defaultAndroidSettingsPresetPath"
|
apply from: "$defaultAndroidSettingsPresetPath"
|
||||||
|
Loading…
Reference in New Issue
Block a user