Browse Source
Update dependency com.google.android.exoplayer:exoplayer-core to v2.13.2
renovate/org.robolectric-robolectric-4.x
Renovate Bot
4 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
|
|
@ -60,7 +60,7 @@ dependencies { |
|
|
|
|
|
|
|
def appcompat_version = "1.2.0" |
|
|
|
def nav_version = '2.3.4' |
|
|
|
def exoplayer_version = '2.12.0' |
|
|
|
def exoplayer_version = '2.13.2' |
|
|
|
|
|
|
|
implementation 'com.google.android.material:material:1.4.0-alpha01' |
|
|
|
|
|
|
|