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
40 lines (35 loc) · 1.14 KB
/
config.gradle
File metadata and controls
40 lines (35 loc) · 1.14 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
ext {
compileSdkVersion = 28
buildToolsVersion = '28.0.3'
minSdkVersion = 21
targetSdkVersion = 28
support_versioin = '1.0.0'
constraint_layout = '1.1.3'
kotlin_version = '1.3.21'
gradle_version = '3.3.2'
leakcanary = '1.6.1'
glide = '4.8.0'
arouter_api = '1.3.1'
arouter_compiler = '1.1.4'
arouter_register = '1.0.2'
rxjava = '2.2.2'
rxandroid = '2.1.0'
}
ext.allDependencies = [
'com.facebook.fresco:fresco:1.10.0',
'com.lzy.widget:view-core:0.2.2',
'com.github.chrisbanes:PhotoView:2.1.3',
'com.zhihu.android:matisse:0.5.2-beta2',
'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'
]