Skip to content

Commit 3f0d7df

Browse files
committed
changes
1 parent 385c156 commit 3f0d7df

3 files changed

Lines changed: 87 additions & 88 deletions

File tree

OGParser/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ plugins {
44
id 'maven-publish'
55
}
66

7-
group = 'com.github.Priyansh-Kedia'
87

98
android {
109
compileSdkVersion 30
@@ -62,3 +61,5 @@ dependencies {
6261
// implementation "androidx.lifecycle:lifecycle-extensions:${lifecycle_version}"
6362
// implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:${lifecycle_version}"
6463
}
64+
65+
group = 'com.github.Priyansh-Kedia'

gradlew

Lines changed: 85 additions & 85 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
rootProject.name = "OpenGraphPreview"
2-
include ':app'
31
include ':OGParser'

0 commit comments

Comments
 (0)