-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathversions.gradle
33 lines (33 loc) · 1.23 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
ext.versions = [
'compileSdk' : 30,
'minSdk' : 26,
'targetSdk' : 30,
'buildTools' : '29.0.2',
'kotlin' : '1.4.32',
'java' : JavaVersion.VERSION_1_8,
'jvmTarget' : '1.8',
'playcore' : '1.8.1',
'appCompat' : '1.3.0-rc01',
'coreKtx' : '1.3.2',
'constraintLayout' : '2.0.4',
'retrofit' : '2.9.0',
'moshi' : '1.11.0',
'coroutines' : '1.4.3',
'viewModel' : '2.3.1',
'recyclerView' : '1.2.0',
'glide' : '4.11.0',
'accompanistGlide' : '0.7.1',
'koin' : '2.2.0-beta-1',
'okhttpLogging' : '4.4.0',
'room' : '2.2.6',
'androidXLegacy' : '1.0.0',
'navigation' : '2.3.5',
'paging' : '3.0.0-beta03',
'compose' : '1.0.0-beta04',
'junit' : '4.13.2',
'mockk' : '1.11.0',
'androidXJunit' : '1.1.2',
'espressoCore' : '3.3.0',
'coreTesting' : '2.1.0',
'androidXTestCore' : '1.3.0'
]