gradle: Bring back jcenter just for time-duration-picker

This commit is contained in:
Peter Cai 2022-08-26 16:56:03 -04:00
parent 95e5ae2fa8
commit a2677d9f9d
1 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,14 @@
apply plugin: 'com.android.application'
repositories {
//noinspection JcenterRepositoryObsolete
jcenter {
content {
includeVersion "mobi.upod", "time-duration-picker", "1.1.3"
}
}
}
android {
compileSdkVersion 31
buildToolsVersion '30.0.3'