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) · 671 Bytes
/
config.gradle
File metadata and controls
34 lines (25 loc) · 671 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 = 32
minSdk = 21
targetSdk = 32
support_version = '1.2.1'
androidx_appcompat = '1.5.1'
androidx_material = '1.6.1'
androidx_preference = '1.2.0'
constraint_layout = '2.1.4'
core_ktx = '1.8.0'
kotlin_version = '1.7.10'
gradle_version = '7.3.0'
doraemonkit = '3.3.4'
glide = '4.13.1'
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.4.3'
roomVersion_runtime = '2.4.3'
archLifecycleVersion = '2.2.0'
kotlin_coroutines = '1.5.2-native-mt'
kotlin_coroutines_android = '1.6.0'
}