-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdependencies.gradle
38 lines (34 loc) · 954 Bytes
/
dependencies.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
ext {
// Sdk and tools
minSdkVersion = 21
targetSdkVersion = 34
compileSdkVersion = 34
buildToolsVersion = '34.0.0'
kotlinVersion = '1.8.22'
kotlinCouroutinesVersion = '1.7.0'
// App dependencies
appCompat = '1.6.1'
supportLibraryVersion = '27.1.1'
playService = '18.2.0'
playServiceLocation = '21.1.0'
playServiceAuth = '20.7.0'
workManager = '2.9.0'
glideVersion = '4.16.0'
gsonVersion = '2.10.1'
retrofitVersion = '2.9.0'
eventBusVersion = '3.3.1'
circleImageViewVersion = '3.1.0'
realmAndroidVersion = '10.17.0'
fbSdkVersion = '16.3.0'
timberVersion = '5.0.1'
// Testing dependencies
junitVersion = '4.13.2'
robolectricVersion = '4.11.1'
mockitoVersion = '5.10.0'
kotlinMockitoVersion = '2.2.0'
powerMockito = '2.0.9'
runnerVersion = '1.5.2'
rulesVersion = '1.5.0'
espressoVersion = '3.5.1'
assertJVersion = '3.11.1'
}