Skip to content

Commit c7d0288

Browse files
committed
Incremented library version
1 parent 8b0b32e commit c7d0288

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
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:3.1'
21+
implementation 'com.nick.mowen.linkpreview:linkpreview:3.2'
2222
}
2323
```
2424

linkpreview/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
defaultConfig {
1010
minSdkVersion 19
1111
targetSdkVersion 29
12-
versionCode 22
13-
versionName "3.1"
12+
versionCode 23
13+
versionName "3.2"
1414
vectorDrawables.useSupportLibrary = true
1515
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1616
}
@@ -65,7 +65,7 @@ ext {
6565

6666
publishedGroupId = 'com.nick.mowen.linkpreview'
6767
artifact = 'linkpreview'
68-
libraryVersion = '3.1'
68+
libraryVersion = '3.2'
6969
libraryDescription = 'A convenient view that shows a clickable preview of a link'
7070
siteUrl = 'https://github.com/NickM-27/LinkPreview'
7171
gitUrl = 'https://github.com/NickM-27/LinkPreview.git'

0 commit comments

Comments
 (0)