This commit is contained in:
Austin Huang 2021-04-17 16:24:21 -04:00
parent 6328a66fe4
commit a1091d7340
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
2 changed files with 2 additions and 3 deletions

View File

@ -106,7 +106,7 @@ dependencies {
def appcompat_version = "1.2.0"
def nav_version = '2.3.4'
def exoplayer_version = '2.13.2'
def exoplayer_version = '2.13.3'
implementation 'com.google.android.material:material:1.4.0-alpha02'

View File

@ -1,7 +1,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
@ -14,7 +14,6 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
}