|
|
|
@ -116,7 +116,7 @@ dependencies {
|
|
|
|
|
def recyclerview_version = "1.0.0"
|
|
|
|
|
def coordinatorlayout_version = "1.0.0"
|
|
|
|
|
def constraintlayout_version = "1.1.3"
|
|
|
|
|
def material_version = "1.0.0"
|
|
|
|
|
def material_version = "1.1.0-alpha07"
|
|
|
|
|
def browser_version = "1.0.0"
|
|
|
|
|
def lifecycle_version = "2.0.0"
|
|
|
|
|
def room_version = "2.1.0-rc01"
|
|
|
|
@ -152,6 +152,7 @@ dependencies {
|
|
|
|
|
implementation "androidx.constraintlayout:constraintlayout:$constraintlayout_version"
|
|
|
|
|
|
|
|
|
|
// https://mvnrepository.com/artifact/com.google.android.material/material
|
|
|
|
|
// https://github.com/material-components/material-components-android/releases
|
|
|
|
|
implementation "com.google.android.material:material:$material_version"
|
|
|
|
|
|
|
|
|
|
// https://mvnrepository.com/artifact/androidx.browser/browser
|
|
|
|
|