Austin Huang
4 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
2 changed files with
2 additions and
3 deletions
-
app/build.gradle
-
build.gradle
|
@ -106,7 +106,7 @@ dependencies { |
|
|
|
|
|
|
|
|
def appcompat_version = "1.2.0" |
|
|
def appcompat_version = "1.2.0" |
|
|
def nav_version = '2.3.4' |
|
|
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' |
|
|
implementation 'com.google.android.material:material:1.4.0-alpha02' |
|
|
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
buildscript { |
|
|
buildscript { |
|
|
repositories { |
|
|
repositories { |
|
|
google() |
|
|
google() |
|
|
jcenter() |
|
|
|
|
|
|
|
|
mavenCentral() |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
dependencies { |
|
|
dependencies { |
|
@ -14,7 +14,6 @@ buildscript { |
|
|
allprojects { |
|
|
allprojects { |
|
|
repositories { |
|
|
repositories { |
|
|
google() |
|
|
google() |
|
|
jcenter() |
|
|
|
|
|
mavenCentral() |
|
|
mavenCentral() |
|
|
maven { url 'https://jitpack.io' } |
|
|
maven { url 'https://jitpack.io' } |
|
|
} |
|
|
} |
|
|