forked from KasperskyLab/Kaspresso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.gradle
26 lines (25 loc) · 953 Bytes
/
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
ext.versions = [
minSdk : "18",
// please, be aware of the fact that sdk version increasing (up to 29 version, for example)
// brakes DocLoc scenario changing system language (com.kaspersky.kaspresso.device.permissions.HackPermissionsImpl)
compileSdk : "28",
targetSdk : "27",
buildTools : "28.0.3",
kotlin : "1.3.50",
androidPlugin : "3.5.0",
bintrayPlugin : "1.8.4",
androidSupport : "1.0.2",
androidMaterial: "1.0.0",
constraint : "1.1.3",
extJunit : "1.1.0",
junit : "4.12",
runner : "1.1.0",
espresso : "3.2.0",
uiautomator : "2.2.0",
dokka : "0.9.18",
kakao : "2.2.0",
gson : "2.8.5",
adbserver : "1.0.0",
truth : "1.0",
material : "1.0.0",
]