Skip to content

Commit

Permalink
Updated library version
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Feb 28, 2021
1 parent 5f912c1 commit 6444d68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ On your module's `build.gradle` file add this statement to the `dependencies` se

```groovy
dependencies {
implementation 'com.nick.mowen.linkpreview:linkpreview:3.6'
implementation 'com.nick.mowen.linkpreview:linkpreview:3.8'
}
```

Expand Down
6 changes: 3 additions & 3 deletions linkpreview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 30
versionCode 33
versionName "3.7.1"
versionCode 34
versionName "3.8"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -64,7 +64,7 @@ ext {

publishedGroupId = 'com.nick.mowen.linkpreview'
artifact = 'linkpreview'
libraryVersion = '3.7.1'
libraryVersion = '3.8'
libraryDescription = 'A convenient view that shows a clickable preview of a link'
siteUrl = 'https://github.com/NickM-27/LinkPreview'
gitUrl = 'https://github.com/NickM-27/LinkPreview.git'
Expand Down

0 comments on commit 6444d68

Please sign in to comment.