Skip to content

Commit

Permalink
Incremented library version
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Oct 9, 2019
1 parent 8b0b32e commit c7d0288
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.1'
implementation 'com.nick.mowen.linkpreview:linkpreview:3.2'
}
```

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 29
versionCode 22
versionName "3.1"
versionCode 23
versionName "3.2"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -65,7 +65,7 @@ ext {

publishedGroupId = 'com.nick.mowen.linkpreview'
artifact = 'linkpreview'
libraryVersion = '3.1'
libraryVersion = '3.2'
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 c7d0288

Please sign in to comment.