-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.gradle
35 lines (30 loc) · 1006 Bytes
/
config.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
ext {
logversion = '0.0.11'
libversion = '0.0.11'
android = [
'compileSdkVersion': 33,
'minSdkVersion' : 24,
'targetSdkVersion' : 33
]
dependencies = [
'coreKtx' : '1.9.0',
'activityKtx' : '1.6.1',
'material' : '1.8.0',
'appcompat' : '1.6.1',
'recyclerview' : '1.3.0',
'testJunit' : '4.13.2',
'junit' : '1.1.5',
'espressoCore' : '3.4.0',
'constraintlayout': '2.1.4',
'navigation' : '2.5.3',
'arouter' : '1.5.2',
'hilt' : '2.44.2',
'datastore' : '1.0.0',
'okhttp' : '4.10.0',
'retrofit' : '2.9.0',
'gson' : '2.10.1',
'cookieJar' : 'v1.0.1',
'refresh' : '2.0.6',
'lottie' : '6.0.0'
]
}