File tree Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Original file line number Diff line number Diff 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.6 '
4848
4949}
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ allprojects {
1818 repositories {
1919 google()
2020 mavenCentral()
21+
22+ maven { url ' https://jitpack.io' }
2123 }
2224}
2325
Load Diff This file was deleted.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments