Browse Source
Update dependency com.google.android.exoplayer:exoplayer-dash to v2.14.2
renovate/com.google.android.exoplayer-exoplayer-dash-2.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
|
|
@ -165,7 +165,7 @@ configurations.all { |
|
|
|
dependencies { |
|
|
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' |
|
|
|
|
|
|
|
def exoplayer_version = '2.14.1' |
|
|
|
def exoplayer_version = '2.14.2' |
|
|
|
|
|
|
|
implementation 'com.google.android.material:material:1.4.0' |
|
|
|
|
|
|
|