Skip to content

Commit 0ec7899

Browse files
author
Bruno Wieczorek
committed
Merge branch 'master' into release-1.3.1
2 parents c349857 + 16e328e commit 0ec7899

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

versions.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ ext {
44
sdkVersion : 27,
55
androidPlugin: '3.1.3',
66
buildTools : '27.0.3',
7-
constraint : '1.0.2',
8-
jsoup : '1.10.3',
7+
constraint : '1.1.2',
8+
jsoup : '1.11.3',
99
junit : '4.12',
10-
kotlin : '1.2.21',
11-
mockito : '2.13.0',
12-
mockwebserver: '3.9.1',
13-
retrofit : '2.3.0',
14-
support : '27.0.2'
10+
kotlin : '1.2.51',
11+
mockito : '2.20.1',
12+
mockwebserver: '3.11.0',
13+
retrofit : '2.4.0',
14+
support : '27.1.1'
1515
]
1616
}

0 commit comments

Comments
 (0)