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
51 lines (43 loc) · 1.39 KB
/
config.gradle
File metadata and controls
51 lines (43 loc) · 1.39 KB
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
43
44
45
46
47
48
49
50
51
ext {
compileSdkVersion = 30
buildToolsVersion = "30.0.2"
minSdkVersion = 21
targetSdkVersion = 29
ndk_version = "21.3.6528147"
support_version = '1.1.0'
androidx_appcompat = '1.2.0'
androidx_material = '1.3.0-alpha04'
androidx_preference = '1.1.1'
constraint_layout = '2.0.4'
core_ktx = '1.3.1'
kotlin_version = '1.4.21'
gradle_version = '4.1.1'
doraemonkit = '3.3.4'
glide = '4.11.0'
arouter_api = '1.5.0'
arouter_compiler = '1.2.2'
arouter_register = '1.0.2'
rxjava = '2.2.2'
rxandroid = '2.1.0'
roomVersion = '2.2.5'
archLifecycleVersion = '2.2.0'
kotlin_coroutines = '1.3.9'
}
ext.allDependencies = [
'com.facebook.fresco:fresco:1.13.0',
'com.lzy.widget:view-core:0.2.2',
'com.github.chrisbanes:PhotoView:2.1.3',
'com.zhihu.android:matisse:0.5.2',
'com.github.tbruyelle:rxpermissions:0.10.2',
'io.reactivex.rxjava2:rxjava:2.2.2',
'io.reactivex.rxjava2:rxandroid:2.1.0',
'com.squareup.picasso:picasso:2.5.2',
'com.github.yalantis:ucrop:2.2.1',
'com.bm.photoview:library:1.4.1',
'com.gongwen:swipeback:1.0.1',
'me.leolin:ShortcutBadger:1.1.19@aar',
'com.xw.repo:bubbleseekbar:3.18',
'com.muddzdev:pixelshot:1.0.0',
'com.zhihu.android:sugaradapter:1.8.6',
'com.github.yhaolpz:FloatWindow:1.0.9'
]