-
Notifications
You must be signed in to change notification settings - Fork 0
/
versions.gradle
65 lines (60 loc) · 2.01 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/*
* Copyright 2020 Cagatay Ulusoy (Ulus Oy Apps). All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
ext {
// configuration features about the application
package_name = "com.ulusoyapps.venucity"
build_tools_version = "30.0.2"
min_sdk_version = 21
target_sdk_version = 30
compile_sdk_version = 30
version_code = 1
version_name = "0.1"
// Jetpack
room_version = "2.3.0-alpha04"
room_coroutines_version = "2.1.0-alpha04"
core_ktx_version = "1.5.0-alpha05"
appcompat_version = '1.3.0-alpha02'
fragment_version = '1.2.5'
compose_version = '1.0.0-alpha09'
lifecycle_version = '2.3.0-rc01'
material_version = '1.3.0-beta01'
nav_version = '2.3.2'
//Test dependencies
junitVersion = '4.13.1'
mockitoCoreVersion = '3.6.28'
mockitoKotlinVersion = '2.2.0'
mockito_inline_version = '3.6.28'
truthVersion = '1.0.1'
testCoreVersion = "1.3.0"
archCoreTestingVersion = '2.1.0'
androidxJunitVersion = "1.1.1"
coroutinesTestVersion = '1.4.2'
robolectricVersion = '4.3'
// 3rd party
dagger_version = '2.30.1'
coroutines_version = "1.4.2"
timber_version = "4.7.1"
result_version= "1.1.9"
retrofit2_moshi_converter_version = "2.9.0"
retrofit2_version = "2.9.0"
retrofit_mockwebserver_version = "4.9.0"
retrofit_mock_web_server = "4.7.2"
moshi_version = "1.11.0"
okhttp_version = "4.9.0"
epoxy_version = "4.3.1"
coil_version = "1.1.0"
lottie_version = "3.6.0"
}