forked from REBOOTERS/AndroidAnimationExercise
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.gradle
More file actions
34 lines (25 loc) · 665 Bytes
/
config.gradle
File metadata and controls
34 lines (25 loc) · 665 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
ext {
compileSdk = 36
minSdk = 26
targetSdk = 36
support_version = '1.4.0'
androidx_appcompat = '1.7.0'
androidx_material = '1.12.0'
androidx_preference = '1.2.1'
constraint_layout = '2.2.1'
core_ktx = '1.16.0'
kotlin_version = '2.0.0'
gradle_version = '8.1.1'
doraemonkit = '3.7.11'
glide = '4.16.0'
arouter_api = '1.5.2'
arouter_compiler = '1.5.2'
arouter_register = '1.0.2'
rxjava = '2.2.2'
rxandroid = '2.1.0'
roomVersion = '2.8.0'
roomVersion_runtime = '2.8.0'
archLifecycleVersion = '2.2.0'
kotlin_coroutines = '1.10.1'
kotlin_coroutines_android = '1.10.2'
}