MicroUtils/gradle.properties

50 lines
845 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
2021-05-06 11:52:53 +00:00
org.gradle.jvmargs=-Xmx2g
2021-05-25 10:08:07 +00:00
kotlin_version=1.5.10
2021-05-14 19:36:26 +00:00
kotlin_coroutines_version=1.5.0
2021-05-20 04:11:53 +00:00
kotlin_serialisation_core_version=1.2.1
2021-06-05 09:08:15 +00:00
kotlin_exposed_version=0.32.1
2020-09-15 12:57:41 +00:00
2021-05-28 13:33:02 +00:00
ktor_version=1.6.0
2020-09-15 12:57:41 +00:00
2021-05-26 16:05:04 +00:00
klockVersion=2.1.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
2021-05-06 12:18:42 +00:00
uuidVersion=0.3.0
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
2021-04-28 17:58:55 +00:00
androidx_recycler_version=1.2.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
2021-05-06 11:52:53 +00:00
android_buildToolsVersion=30.0.3
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
2021-01-23 05:43:40 +00:00
# JS NPM
crypto_js_version=4.0.0
2020-11-10 11:09:14 +00:00
# Dokka
dokka_version=1.4.32
2020-11-10 11:09:14 +00:00
# Project data
2020-09-15 12:57:41 +00:00
group=dev.inmo
2021-06-14 16:02:41 +00:00
version=0.5.10
android_code_version=51