update exoplayer and gradle wrapper

* exoplayer 2.13.2 -> 2.13.3
* gradle 6.7.1 -> 7.0
* remove jcenter repository (fixes #29)
This commit is contained in:
2021-04-17 21:38:03 +02:00
parent 86dfd69b4b
commit 8160641b8f
6 changed files with 10 additions and 25 deletions

View File

@ -17,7 +17,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}