-
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathdependencies.gradle
More file actions
28 lines (24 loc) · 712 Bytes
/
dependencies.gradle
File metadata and controls
28 lines (24 loc) · 712 Bytes
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
ext.versions = [
minSdk : 15,
compileSdk : 32,
versionName : '1.2.3',
gradleBuildTool : '7.2.1',
spotlessGradle : '6.7.0',
ktlintGradle : '0.42.0',
dokkaGradle : '1.7.0',
mavenPublish : '0.15.1',
androidxAnnotation: '1.1.0',
autoService : '1.0-rc7',
javapoet : '1.13.0',
guava : '28.2-jre',
incap : '0.3',
// for demo
kotlin : '1.7.0',
gson : '2.8.5',
googleMaterial : '1.6.0',
// unit test
junit : '4.13.1',
runner : '1.2.0',
junitExt : '1.1.1',
stetho : '1.5.1'
]