-
Notifications
You must be signed in to change notification settings - Fork 3
/
versions.gradle
47 lines (43 loc) · 1.47 KB
/
versions.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
/*
* Copyright 2020 Simone Sestito
* This file is part of Shops Queue.
*
* Shops Queue is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Shops Queue is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Shops Queue. If not, see <http://www.gnu.org/licenses/>.
*/
def versions = [:]
versions.navigation = '2.3.0-beta01'
versions.lifecycle = '2.2.0'
versions.appcompat = '1.1.0'
versions.constraintlayout = '1.1.3'
versions.material = '1.1.0'
versions.dagger = '2.27'
versions.retrofit = '2.8.1'
versions.okhttpLog = '3.8.0'
versions.swiperefresh = '1.0.0'
versions.mapbox = '9.1.0'
versions.mapboxSuffix = 'v9'
versions.mapboxAnnotation = '0.8.0'
versions.mapboxPlaces = '0.12.0'
versions.playServices = '4.3.3'
versions.playServicesLocation = '17.0.0'
versions.crypto = '1.0.0-rc02'
versions.firebaseFcm = '20.2.0'
versions.licensesPlugin = '0.10.2'
versions.licensesLib = '17.0.0'
versions.junit = '4.12'
versions.junitExt = '1.1.1'
versions.espresso = '3.2.0'
versions.mockito = '3.3.3'
versions.powermock = '2.0.2'
ext.versions = versions