File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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
18
18
19
19
``` groovy
20
20
dependencies {
21
- implementation 'com.nick.mowen.linkpreview:linkpreview:3.1 '
21
+ implementation 'com.nick.mowen.linkpreview:linkpreview:3.2 '
22
22
}
23
23
```
24
24
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ android {
9
9
defaultConfig {
10
10
minSdkVersion 19
11
11
targetSdkVersion 29
12
- versionCode 22
13
- versionName " 3.1 "
12
+ versionCode 23
13
+ versionName " 3.2 "
14
14
vectorDrawables. useSupportLibrary = true
15
15
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
16
16
}
65
65
66
66
publishedGroupId = ' com.nick.mowen.linkpreview'
67
67
artifact = ' linkpreview'
68
- libraryVersion = ' 3.1 '
68
+ libraryVersion = ' 3.2 '
69
69
libraryDescription = ' A convenient view that shows a clickable preview of a link'
70
70
siteUrl = ' https://github.com/NickM-27/LinkPreview'
71
71
gitUrl = ' https://github.com/NickM-27/LinkPreview.git'
You can’t perform that action at this time.
0 commit comments