-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathversions.gradle
32 lines (28 loc) · 1.04 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
ext.versions = [
minSdk : 17,
compileSdk : 29,
buildTools : '29.0.2',
publishVersion : '1.2.6',
publishVersionCode: 57,
gradlePlugin : '3.5.3',
kotlin : '1.3.72',
ktx : '1.1.0',
playService : '17.0.0',
lifecycle : '2.2.0-rc03',
paging : '2.1.0',
objectBox : '2.5.0',
// 2.9.7+ changes minSdk to API 26+
jackson : '2.11.2',
facebook : '[5,6)',
butterknife : '10.2.0',
glide : '4.10.0',
// Include okhttp3 library of lower version because 3.13.x supports only API 21+
okhttp : '3.12.0',
// Retrofit versions > 2.6.4 uses okhttp3 3.14.x
retrofit : '2.6.4',
epoxy : '3.9.0',
lottie : '3.3.1',
paytm : '1.4.4',
koin : '2.1.0-alpha-8',
navigation : '2.2.0'
]