MicroUtils/gradle.properties

45 lines
784 B
Properties
Raw Normal View History

2020-09-15 12:57:41 +00:00
kotlin.code.style=official
org.gradle.parallel=true
kotlin.js.generate.externals=true
kotlin.incremental=true
kotlin.incremental.js=true
2020-11-10 09:43:15 +00:00
android.useAndroidX=true
android.enableJetifier=true
2020-12-22 08:55:01 +00:00
kotlin_version=1.4.21
2020-12-01 09:38:44 +00:00
kotlin_coroutines_version=1.4.2
2020-10-31 18:41:57 +00:00
kotlin_serialisation_core_version=1.0.1
2020-10-28 07:58:23 +00:00
kotlin_exposed_version=0.28.1
2020-09-15 12:57:41 +00:00
2020-12-22 08:55:01 +00:00
ktor_version=1.5.0
2020-09-15 12:57:41 +00:00
2020-12-22 08:55:01 +00:00
klockVersion=2.0.2
2020-09-22 02:20:22 +00:00
2020-10-02 14:45:16 +00:00
github_release_plugin_version=2.2.12
2020-09-15 12:57:41 +00:00
2020-12-01 09:38:44 +00:00
uuidVersion=0.2.3
2020-09-21 00:23:13 +00:00
2020-11-09 16:49:06 +00:00
# ANDROID
2020-11-10 09:43:15 +00:00
core_ktx_version=1.3.2
2020-11-10 11:09:14 +00:00
androidx_recycler_version=1.1.0
2020-11-23 11:24:02 +00:00
appcompat_version=1.2.0
2020-11-10 09:43:15 +00:00
2020-11-11 10:17:19 +00:00
android_minSdkVersion=19
2020-11-09 16:49:06 +00:00
android_compileSdkVersion=30
android_buildToolsVersion=30.0.2
2020-12-02 10:21:31 +00:00
dexcount_version=2.0.0
2020-11-10 09:43:15 +00:00
junit_version=4.12
test_ext_junit_version=1.1.2
espresso_core=3.3.0
2020-11-09 16:49:06 +00:00
2020-11-10 11:09:14 +00:00
# Dokka
2020-12-14 13:17:16 +00:00
dokka_version=1.4.20
2020-11-10 11:09:14 +00:00
# Project data
2020-09-15 12:57:41 +00:00
group=dev.inmo
2021-01-22 17:52:16 +00:00
version=0.4.21
android_code_version=25