-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversions.gradle
42 lines (32 loc) · 1000 Bytes
/
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
ext {
appMinSdk = 21
appCompileSdk = 30
appTargetSdk = 30
buildtoolsVersion = "30.0.0"
kotlinVersion = '1.4.32'
kotlinCoroutinesVersion = "1.3.9"
lifecycleVersion = "2.3.1"
firebaseBoMVersion = "25.12.0"
hiltVersion = '2.35'
hiltViewModelVersion = "1.0.0-alpha03"
hiltWorkManagerVersion = "1.0.0-beta01"
hiltCommonVersion = "1.0.0-beta01"
hiltNavigationVersion = "1.0.0-beta01"
hiltNavigationComposeVersion = "1.0.0-alpha01"
hiltNavigationFragmentVersion = "1.0.0-beta01"
hiltCompilerVersion = "1.0.0-beta01"
rxJavaVersion = "3.0.4"
rxKotlinVersion = "3.0.0"
rxAndroidVersion = "3.0.0"
rxRelayVersion = "3.0.0"
okhttpVersion = '4.9.0'
retrofitVersion = "2.9.0"
moshiVersion = '1.11.0'
threetenabpVersion = '1.3.0'
threetenbpVersion = '1.5.0'
sDimenVersion = "1.0.6"
timberVersion = "4.7.1"
unitTestVersion = '4.13.2'
mockitoVersion = "3.3.3"
assertJVersion = '3.19.0'
}