|
|
|
@ -36,17 +36,18 @@ ext { |
|
|
|
compileSdkVersion = 28 |
|
|
|
androidxCoreVersion = '1.0.1' |
|
|
|
androidxVersion = '1.0.0' |
|
|
|
androidxAnnotationVersion = '1.0.1' |
|
|
|
androidxAppcompatVersion = '1.0.2' |
|
|
|
constraintLayoutVersion = '2.0.0-alpha3' |
|
|
|
constraintLayoutVersion = '1.1.3' |
|
|
|
archVersion = '2.0.0' |
|
|
|
roomVersion = '2.1.0-alpha03' |
|
|
|
pagingVersion = '2.1.0-rc01' |
|
|
|
roomVersion = '2.0.0' |
|
|
|
pagingVersion = '2.0.0' |
|
|
|
junitVersion = '4.12' |
|
|
|
mockito = '2.8.9' |
|
|
|
powerMock = '1.7.4' |
|
|
|
retrofit = '2.4.0' |
|
|
|
espressoVersion = '3.1.0-beta02' |
|
|
|
supportTest = '1.1.0-beta02' |
|
|
|
espressoVersion = '3.1.1' |
|
|
|
supportTest = '1.1.0' |
|
|
|
// versionCode scheme is T M NN RR AA |
|
|
|
// T: Target/Flavour (1 for Android, 2 for Chrome?) |
|
|
|
// M: Major version from 0 to 9 |
|
|
|
|