Skip to content

Commit

Permalink
Incremented gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Apr 13, 2020
1 parent b7b1ca3 commit 92d430f
Showing 1 changed file with 3 additions and 3 deletions.
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 25
versionName "3.3.1"
versionCode 26
versionName "3.4"
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.3.1'
libraryVersion = '3.4'
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 92d430f

Please sign in to comment.