forked from yang961226/Spacecraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.gradle
61 lines (46 loc) · 1.23 KB
/
dependencies.gradle
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
52
53
54
55
56
57
58
59
60
61
ext{
// Android Plugin
androidGradlePluginVersion = '7.0.3'
// Kotlin
kotlinVersion = "1.5.31"
ktlintVersion = "10.2.0"
coroutinesVersion = "1.5.2"
// Android
appcompatVersion = "1.3.1"
fragmentVersion = "1.4.0-alpha10"
coreKtxVersion = "1.7.0"
constraintlayoutVersion = "2.1.1"
swipeRefreshLayoutVersion = "1.1.0"
recyclerViewVersion = "1.2.1"
workmanagerVersion = '2.7.0'
lifecycleVersion = "2.4.0-rc01"
navigationVersion = "2.4.0-beta02"
securityCryptoVersion = '1.1.0-alpha03'
roomVersion = "2.3.0"
dataStoreVersion = '1.0.0'
legacySupportVersion = "1.0.0"
// Design
materialDesignVersion = "1.4.0"
// Lottie Animation
lottieVersion = "4.2.0"
// DI
hiltVersion = "2.40.1"
// Networking
retrofitVersion = "2.9.0"
//Moshi
moshiVersion="1.12.0"
//Gson
gsonVerison="2.8.9"
// Testing
jUnitVersion = "4.13.2"
androidJUnitVersion = "1.1.3"
espressoVersion = "3.4.0"
//Retrofit
retrofitVersion="2.9.0"
//okhttp
okhttpVersion="5.0.0-alpha.2"
//腾讯shadow插件化框架,https://github.com/Tencent/Shadow
shadowVersion="2.1.1"
//PermissionX
permissionXVersion="1.6.1"
}