Removed jcenter repository completely

main
Prathamesh More 2021-11-08 20:57:34 +05:30
parent f9d5cc33cc
commit 8ae853cd90
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,7 @@ android {
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'com.google.android.material:material:1.5.0-alpha05'
implementation 'androidx.preference:preference-ktx:1.1.1'
implementation 'androidx.cardview:cardview:1.0.0'

View File

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