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) · 662 Bytes
/
Copy pathconfig.gradle
File metadata and controls
34 lines (25 loc) · 662 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 = 33
minSdk = 21
targetSdk = 33
support_version = '1.3.0'
androidx_appcompat = '1.6.1'
androidx_material = '1.9.0'
androidx_preference = '1.2.0'
constraint_layout = '2.1.4'
core_ktx = '1.10.1'
kotlin_version = '1.8.21'
gradle_version = '8.1.1'
doraemonkit = '3.5.0'
glide = '4.15.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.5.1'
roomVersion_runtime = '2.5.1'
archLifecycleVersion = '2.2.0'
kotlin_coroutines = '1.7.1'
kotlin_coroutines_android = '1.7.1'
}