Skip to content

Commit 9368445

Browse files
committed
remove jcenter
1 parent 08308e0 commit 9368445

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ dependencies {
4040
implementation 'androidx.appcompat:appcompat:1.3.1'
4141
implementation 'com.google.android.material:material:1.4.0'
4242
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
43-
// implementation project(path: ':OGParser')
43+
implementation project(path: ':OGParser')
4444
testImplementation 'junit:junit:4.+'
4545
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
4646
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
47-
implementation 'com.github.Priyansh-Kedia:OpenGraphParser:2.5.4'
47+
// implementation 'com.github.Priyansh-Kedia:OpenGraphParser:2.5.4'
4848

4949
}

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ allprojects {
1818
repositories {
1919
google()
2020
mavenCentral()
21-
jcenter() // Warning: this repository is going to shut down soon
2221
}
2322
}
2423

0 commit comments

Comments
 (0)