TelegramBotApiLibraries/gradle.properties

38 lines
678 B
Properties
Raw Normal View History

2021-02-21 19:30:47 +00:00
kotlin.code.style=official
org.gradle.parallel=true
kotlin.js.generate.externals=true
kotlin.incremental=true
kotlin.incremental.js=true
android.useAndroidX=true
android.enableJetifier=true
2022-10-22 16:09:39 +00:00
kotlin_version=1.7.20
kotlin_serialisation_core_version=1.4.1
2021-02-21 19:30:47 +00:00
2022-06-22 06:48:07 +00:00
github_release_plugin_version=2.4.1
2021-02-21 19:48:48 +00:00
2022-10-22 16:09:39 +00:00
tgbotapi_version=3.3.0
micro_utils_version=0.13.1
2022-08-05 16:23:15 +00:00
exposed_version=0.39.2
2022-10-22 16:09:39 +00:00
plagubot_version=2.4.0
2021-02-21 19:30:47 +00:00
# ANDROID
android_minSdkVersion=21
2022-10-01 20:22:18 +00:00
android_compileSdkVersion=33
android_buildToolsVersion=33.0.0
2022-05-16 18:30:35 +00:00
dexcount_version=3.1.0
2021-02-21 19:30:47 +00:00
junit_version=4.12
2022-08-18 11:18:20 +00:00
test_ext_junit_version=1.1.3
2022-08-05 16:23:15 +00:00
espresso_core=3.4.0
2021-02-21 19:30:47 +00:00
# Dokka
2022-10-22 16:09:39 +00:00
dokka_version=1.7.20
2021-02-21 19:30:47 +00:00
# Project data
2021-02-21 19:48:48 +00:00
group=dev.inmo
2022-10-22 16:08:50 +00:00
version=0.5.6
android_code_version=33