File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ On your module's `build.gradle` file add this statement to the `dependencies` se
1818
1919``` groovy
2020dependencies {
21- implementation 'com.nick.mowen.linkpreview:linkpreview:2.4 '
21+ implementation 'com.nick.mowen.linkpreview:linkpreview:3.0 '
2222}
2323```
2424
Original file line number Diff line number Diff line change 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'
7878if (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+ }
You can’t perform that action at this time.
0 commit comments