Remove deprecated jcenter().

This commit is contained in:
Kavin 2022-04-17 16:35:09 +01:00
parent d8e9fa5f4d
commit 76949c56e4
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD

View File

@ -3,7 +3,6 @@ dependencyResolutionManagement {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
} }
} }
rootProject.name = "LibreTube" rootProject.name = "LibreTube"