Material version contant

This commit is contained in:
Denis Karmyshakov 2018-09-28 21:47:49 +03:00
parent 766132bc06
commit 2618fa34d3
2 changed files with 3 additions and 3 deletions

View File

@ -28,11 +28,11 @@ ext {
compileSdk : 28,
supportLibrary: '28.0.0',
androidx : '1.0.0',
navigation : '1.0.0-alpha04',
material : '1.0.0',
lifecycle : '2.0.0',
dagger : '2.16',
retrofit : '2.4.0',
rxJava : '2.1.17',
rxJava : '2.2.2',
rxAndroid : '2.1.0',
crashlytics : '2.9.5'
]

View File

@ -17,5 +17,5 @@ dependencies {
api project(":utils")
api project(":logging")
implementation 'com.google.android.material:material:1.0.0'
implementation "com.google.android.material:material:$versions.material"
}