MicroUtils/gradle.properties

50 lines
844 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-09-19 14:39:15 +00:00
kotlin_version=1.5.31
2021-09-04 08:34:27 +00:00
kotlin_coroutines_version=1.5.2
2021-09-25 08:55:56 +00:00
kotlin_serialisation_core_version=1.3.0
2021-11-09 04:21:23 +00:00
kotlin_exposed_version=0.36.2
2020-09-15 12:57:41 +00:00
2021-11-03 09:18:41 +00:00
ktor_version=1.6.5
2020-09-15 12:57:41 +00:00
2021-11-03 09:18:41 +00:00
klockVersion=2.4.7
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-09-08 06:01:02 +00:00
uuidVersion=0.3.1
2020-09-21 00:23:13 +00:00
2020-11-09 16:49:06 +00:00
# ANDROID
2021-11-09 08:03:51 +00:00
core_ktx_version=1.7.0
2021-06-14 16:10:25 +00:00
androidx_recycler_version=1.2.1
2021-08-25 09:50:10 +00:00
appcompat_version=1.3.1
2020-11-10 09:43:15 +00:00
2020-11-11 10:17:19 +00:00
android_minSdkVersion=19
2021-09-23 07:12:03 +00:00
android_compileSdkVersion=31
android_buildToolsVersion=31.0.0
2021-08-25 09:50:10 +00:00
dexcount_version=3.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
2021-07-31 08:05:52 +00:00
crypto_js_version=4.1.1
2021-01-23 05:43:40 +00:00
2020-11-10 11:09:14 +00:00
# Dokka
2021-10-12 15:03:47 +00:00
dokka_version=1.5.31
2020-11-10 11:09:14 +00:00
# Project data
2020-09-15 12:57:41 +00:00
group=dev.inmo
2021-11-09 04:21:23 +00:00
version=0.8.1
android_code_version=81