Skip to content

Commit 6cedb23

Browse files
committed
minor changes
1 parent 108641b commit 6cedb23

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

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.6'
4848

4949
}

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ allprojects {
1818
repositories {
1919
google()
2020
mavenCentral()
21+
22+
maven { url 'https://jitpack.io' }
2123
}
2224
}
2325

images/ Story-Medium.svg

Lines changed: 0 additions & 7 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)