Skip to content

Commit c1d3d68

Browse files
authored
Merge pull request #27 from NickM-27/develop
Updated files
2 parents f8fbfd3 + 1308520 commit c1d3d68

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ On your module's `build.gradle` file add this statement to the `dependencies` se
1818

1919
```groovy
2020
dependencies {
21-
implementation 'com.nick.mowen.linkpreview:linkpreview:2.4'
21+
implementation 'com.nick.mowen.linkpreview:linkpreview:3.0'
2222
}
2323
```
2424

linkpreview/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ext {
6363

6464
publishedGroupId = 'com.nick.mowen.linkpreview'
6565
artifact = 'linkpreview'
66-
libraryVersion = '2.4'
66+
libraryVersion = '3.0'
6767
libraryDescription = 'A convenient view that shows a clickable preview of a link'
6868
siteUrl = 'https://github.com/NickM-27/LinkPreview'
6969
gitUrl = 'https://github.com/NickM-27/LinkPreview.git'
@@ -78,4 +78,4 @@ ext {
7878
if (project.rootProject.file('local.properties').exists()) {
7979
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
8080
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'
81-
}
81+
}

0 commit comments

Comments
 (0)