-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.gradle
More file actions
33 lines (31 loc) · 861 Bytes
/
dependencies.gradle
File metadata and controls
33 lines (31 loc) · 861 Bytes
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 {
//Android
androidBuildToolsVersion = "28.0.3"
androidMinSdkVersion = 19
androidTargetSdkVersion = 23
androidCompileSdkVersion = 28
androidRenderscriptTargetApi = 23
//Libraries
daggerVersion = '2.15'
butterKnifeVersion = '8.8.1'
supportLibVer = '28.0.0'
googleLibVer = '15.0.1'
firebaseLibVer = '15.0.2'
rxJavaVersion = '1.3.0'
rxAndroidVersion = '1.2.1'
rxExtrasVersion = '0.8.0.6'
javaxAnnotationVersion = '1.0'
javaxInjectVersion = '1'
retrofitVersion = '2.1.0'
phraseVersion = '1.1.0'
okHttpVersion = '3.9.1'
androidAnnotationsVersion = supportLibVer
//Views
//Data
lombokVersion = '1.16.20'
parcelerVersion = '1.1.9'
fragmentargsVersion = '3.0.2'
activitystarterVersion = '1.11-beta'
picassoVersion = '2.5.2'
gsonVersion = '2.8.1'
}