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
43 lines (37 loc) · 1.22 KB
/
config.gradle
File metadata and controls
43 lines (37 loc) · 1.22 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
ext {
compileSdkVersion = 29
minSdkVersion = 21
targetSdkVersion = 29
support_version = '1.1.0'
support_version_appcompat = '1.1.0'
support_version_material = '1.1.0'
constraint_layout = '1.1.3'
kotlin_version = '1.3.72'
gradle_version = '3.6.3'
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.4'
archLifecycleVersion = '2.2.0'
}
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'
]