-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathgradle.properties
More file actions
33 lines (26 loc) · 868 Bytes
/
gradle.properties
File metadata and controls
33 lines (26 loc) · 868 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
# BASE
# https://developer.android.com/studio/releases/build-tools.html
PARAM_COMPILE_SDK_VERSION = 36
PARAM_MIN_SDK_VERSION = 23
PARAM_TARGET_SDK_VERSION = 35
# LIBRARIES
# https://developer.android.com/studio/releases/gradle-plugin.html
ANDROID_PLUGIN_GRADLE = 8.13.2
# https://blog.jetbrains.com/kotlin/category/releases/
KOTLIN_VERSION = 2.2.21
# https://developer.android.com/studio/releases/build-tools.html
ANDROID_BUILD_TOOLS = 35.0.0
# https://github.com/Kotlin/dokka
KOTLIN_DOKKA = 1.8.10
# Nexus staging plugin, automatic Maven release
# https://github.com/Codearte/gradle-nexus-staging-plugin/
GRADLE_NEXUS_STAGING = 0.30.0
# Locus Logger
LOCUS_LOGGER = 2.2
# Version
API_CODE = 120
API_VERSION = 0.9.72
# ANDROID SUPPORT LIBS
# https://developer.android.com/topic/libraries/support-library/revisions.html
# AndroidX support
android.useAndroidX=true