MicroUtils/gradle.properties

45 lines
789 B
Properties
Raw Normal View History

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