|
1 | 1 | buildscript {
|
2 |
| - ext.kotlinVersion = '1.3.50' |
3 |
| - ext.navigationVersion = "2.1.0-alpha06" |
| 2 | + ext.kotlinVersion = '1.3.61' |
| 3 | + ext.navigationVersion = '2.2.0-rc02' |
4 | 4 | ext.ktlintVersion = '0.33.0'
|
5 | 5 | repositories {
|
6 | 6 | google()
|
@@ -47,26 +47,26 @@ ext {
|
47 | 47 | androidXVersion = '1.0.0'
|
48 | 48 | androidXTestCoreVersion = '1.2.0'
|
49 | 49 | androidXTestExtKotlinRunnerVersion = '1.1.1'
|
50 |
| - androidXTestRulesVersion = '1.2.0-beta01' |
51 |
| - androidXAnnotations = '1.0.1' |
| 50 | + androidXTestRulesVersion = '1.2.0' |
| 51 | + androidXAnnotations = '1.1.0' |
52 | 52 | androidXLegacySupport = '1.0.0'
|
53 |
| - appCompatVersion = '1.0.2' |
54 |
| - archLifecycleVersion = '2.2.0-alpha01' |
55 |
| - archTestingVersion = '2.0.0' |
| 53 | + appCompatVersion = '1.1.0' |
| 54 | + archLifecycleVersion = '2.2.0-rc02' |
| 55 | + archTestingVersion = '2.1.0' |
56 | 56 | cardVersion = '1.0.0'
|
57 | 57 | coroutinesVersion = '1.2.1'
|
58 | 58 | dexMakerVersion = '2.12.1'
|
59 |
| - espressoVersion = '3.2.0-beta01' |
60 |
| - fragmentVersion = '1.1.0-alpha07' |
| 59 | + espressoVersion = '3.2.0' |
| 60 | + fragmentVersion = '1.2.0-rc02' |
61 | 61 | fragmentKtxVersion = '1.1.0-rc01'
|
62 | 62 | hamcrestVersion = '1.3'
|
63 | 63 | junitVersion = '4.12'
|
64 | 64 | materialVersion = '1.0.0'
|
65 |
| - mockitoVersion = '2.8.9' |
66 |
| - recyclerViewVersion = '1.0.0' |
67 |
| - robolectricVersion = '4.3-beta-1' |
68 |
| - roomVersion = '2.1.0' |
| 65 | + mockitoVersion = '2.19.0' |
| 66 | + recyclerViewVersion = '1.1.0' |
| 67 | + robolectricVersion = '4.3.1' |
| 68 | + roomVersion = '2.2.2' |
69 | 69 | rulesVersion = '1.0.1'
|
70 | 70 | timberVersion = '4.7.1'
|
71 |
| - truthVersion = '0.44' |
| 71 | + truthVersion = '1.0' |
72 | 72 | }
|
0 commit comments