Material version contant
This commit is contained in:
parent
766132bc06
commit
2618fa34d3
|
|
@ -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'
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue