-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgradle.properties
More file actions
42 lines (30 loc) · 769 Bytes
/
gradle.properties
File metadata and controls
42 lines (30 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
org.gradle.jvmargs=-Xmx512m
kotlin.code.style=official
org.gradle.parallel=true
kotlin.js.generate.externals=true
kotlin.incremental=true
kotlin.incremental.js=true
kotlin.incremental.multiplatform=true
android.useAndroidX=true
android.enableJetifier=false
kotlin_version=2.3.10
kotlin_coroutines_version=1.10.2
kotlin_serialization_version=1.10.0
dokka_version=2.1.0
klockVersion=5.4.0
nmcp_version=1.4.4
## Github reease
github_release_plugin_version=2.5.2
## Android
android_gradle_version=8.12.+
android_minSdkVersion=21
android_compileSdkVersion=36
android_buildToolsVersion=36.0.0
dexcount_version=4.0.0
junit_version=4.13.2
test_ext_junit_version=1.3.0
espresso_core=3.7.0
androidx_work_version=2.11.1
## Common
version=2.8.0
android_code_version=49