Browse Source
Update dependency com.google.android.material:material to v1.4.0
renovate/org.robolectric-robolectric-4.x
Renovate Bot
3 years ago
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with
1 additions and
1 deletions
-
app/build.gradle
|
|
@ -166,7 +166,7 @@ dependencies { |
|
|
|
def nav_version = '2.3.5' |
|
|
|
def exoplayer_version = '2.14.1' |
|
|
|
|
|
|
|
implementation 'com.google.android.material:material:1.4.0-rc01' |
|
|
|
implementation 'com.google.android.material:material:1.4.0' |
|
|
|
|
|
|
|
implementation "com.google.android.exoplayer:exoplayer-core:$exoplayer_version" |
|
|
|
implementation "com.google.android.exoplayer:exoplayer-dash:$exoplayer_version" |
|
|
|