@@ -77,17 +77,22 @@ android {
77
77
}
78
78
79
79
ext {
80
- androidX = " 1.0.1 "
81
- materialDesign = " 1.1.0-alpha01 "
80
+ androidX = " 1.0.2 "
81
+ materialDesign = " 1.1.0-alpha02 "
82
82
architectureComponents = " 1.1.1"
83
83
architectureComponentsExtensions = " 1.1.1"
84
84
androidKtx = " 1.0.1"
85
- androidTestRunner = " 1.0.2"
86
- constraintLayout = " 2.0.0-alpha2"
85
+ constraintLayout = " 2.0.0-alpha3"
87
86
lifecycle = " 2.0.0"
88
- room = " 2.1.0-alpha02"
89
- workManager = " 1.0.0-alpha11"
87
+ room = " 2.1.0-alpha04"
88
+ workManager = " 1.0.0-beta03"
89
+ legacySupport = " 1.0.0"
90
+ espressoCore = " 3.1.1"
91
+ coreTesting = " 2.0.0"
92
+ androidTestRunner = " 1.0.2"
93
+ testRunner = " 1.1.1"
90
94
95
+ junit = " 4.12"
91
96
dagger = " 2.18"
92
97
retrofit = " 2.3.0"
93
98
ankoVersion = " 0.10.4"
@@ -101,11 +106,12 @@ ext {
101
106
leakCanary = " 1.6.2"
102
107
mockito = " 2.18.3"
103
108
mockitoKotlin = " 2.0.0"
109
+ commonsMath = " 3.6.1"
104
110
}
105
111
106
112
107
113
dependencies {
108
- implementation ' androidx.legacy:legacy-support-v4:1.0.0 '
114
+ implementation " androidx.legacy:legacy-support-v4:$l egacySupport "
109
115
debugImplementation " com.squareup.leakcanary:leakcanary-android:$leakCanary "
110
116
releaseImplementation " com.squareup.leakcanary:leakcanary-android-no-op:$leakCanary "
111
117
@@ -137,8 +143,8 @@ dependencies {
137
143
// ViewModel and LiveData
138
144
implementation " androidx.lifecycle:lifecycle-extensions:$lifecycle "
139
145
kapt " androidx.lifecycle:lifecycle-compiler:$lifecycle "
140
- testImplementation " androidx.arch.core:core-testing:$l ifecycle "
141
- androidTestImplementation " androidx.arch.core:core-testing:$l ifecycle "
146
+ testImplementation " androidx.arch.core:core-testing:$c oreTesting "
147
+ androidTestImplementation " androidx.arch.core:core-testing:$c oreTesting "
142
148
143
149
// Room
144
150
implementation " androidx.room:room-runtime:$room "
@@ -163,16 +169,16 @@ dependencies {
163
169
implementation " com.airbnb.android:lottie:$lottieVersion "
164
170
165
171
// Apache commons
166
- implementation " org.apache.commons:commons-math3:3.6.1 "
172
+ implementation " org.apache.commons:commons-math3:$c ommonsMath "
167
173
168
174
testImplementation " org.mockito:mockito-core:$mockito "
169
175
testImplementation " com.nhaarman.mockitokotlin2:mockito-kotlin:$mockitoKotlin "
170
- testImplementation " junit:junit:4.12 "
176
+ testImplementation " junit:junit:$j unit "
171
177
172
- androidTestImplementation ' androidx.test:runner:1.1.0 '
173
- androidTestImplementation ' androidx.test:rules:1.1.0 '
174
- androidTestUtil " androidx.test:orchestrator:1.1.0 "
175
- androidTestImplementation " androidx.test.espresso:espresso-core:3.1.0 "
178
+ androidTestImplementation " androidx.test:runner:$t estRunner "
179
+ androidTestImplementation " androidx.test:rules:$t estRunner "
180
+ androidTestUtil " androidx.test:orchestrator:$t estRunner "
181
+ androidTestImplementation " androidx.test.espresso:espresso-core:$e spressoCore "
176
182
androidTestImplementation " org.mockito:mockito-android:$mockito "
177
183
androidTestImplementation " com.squareup.okhttp3:mockwebserver:$okHttp "
178
184
androidTestImplementation " com.nhaarman.mockitokotlin2:mockito-kotlin:$mockitoKotlin "
0 commit comments