forked from nisrulz/android-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.gradle
More file actions
56 lines (48 loc) · 1.13 KB
/
dependencies.gradle
File metadata and controls
56 lines (48 loc) · 1.13 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
ext {
androidPluginVer = "3.1.1"
googleServicesPluginVer = "3.2.1"
compileSdkVer = 27
buildToolsVer = "27.0.3"
gmsOssLicenses ="0.9.2"
minSdkVer = 14
targetSdkVer = 27
supportLibVer = "27.1.1"
googlePlayServicesVer = "15.0.0"
junitVer = "4.12"
espressoCoreVer = "3.0.1"
androidTestRunnerVer = "1.0.1"
stethoVer = "1.7.0"
picassoVer = "2.5.2"
robolectricVer = "3.5"
appintroVer = "4.1.0"
bottombarVer = "2.1.1"
butterknifeVer = "8.8.1"
daggerVer = "2.14.1"
jsr250apiVer = "1.0"
okhttpVer = "3.9.1"
okhttpLoggingInterceptorVer = "3.9.1"
gsonVer = "2.8.2"
realmdbVer = "3.5.0"
retrofitVer = "2.3.0"
retrofitConverterGsonVer = "2.3.0"
mpAndroidChartVer = "v3.0.2"
easygcmVer = "1.6.2@aar"
altbeaconAndroidLibVer = "2+"
timberVer = "4.7.0"
sugarOrmVer = "1.5"
constraintLayoutVer = "1.0.2"
firebaseJobdispatcherVer="0.8.5"
dbflowVersion = "3.0.1"
parcelerVer = '1.1.9'
rxandroidVer = "1.2.1"
rxjavaVer = "1.3.4"
rxandroid2Ver = "2.0.1"
rxjava2Ver = "2.1.9"
lithoVer = "0.7.1"
archComponentVer = "1.0.0"
lifecycleVer = "1.1.1"
roomVer = "1.0.0"
pagingVer = "1.0.0"
viewModelVer = "1.0.0"
liveDataVer = "1.0.0"
}