-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.gradle
33 lines (31 loc) · 1.15 KB
/
config.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
/**
* 全局版本配置
*/
ext {
project = [
groupName : "com.stevejrong",
projectName : "android-apk-downloader",
projectVersion: "2.0.2"
]
dependencies = [
springContextVersion : '5.2.2.RELEASE',
springTestVersion : '5.2.2.RELEASE',
aspectjweaverVersion : '1.9.5',
seleniumVersion : '3.141.59',
jadbVersion : 'v1.2.1',
apkParserVersion : '2.6.10',
fastjsonVersion : '1.2.62',
okHttpVersion : '3.10.0',
lombokVersion : '1.18.10',
guavaVersion : '28.2-jre',
dom4jVersion : '2.1.3',
commonsLang3Version : '3.9',
commonsCollections4Version: '4.4',
log4jApiCoreVersion : '2.0.2',
log4jCoreVersion : '2.0.2',
commonsLoggingVersion : '1.1',
snakeyamlVersion : '1.28',
junitVersion : '4.13.2',
hamcrestVersion : '2.2'
]
}