Skip to content

Commit

Permalink
Update version to 1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenoid committed Feb 4, 2021
1 parent ba89435 commit b1e0d89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = "1.0.13"
version = "1.0.14"
group = "com.mohsenoid.utils"

def siteUrl = "http://mohsenoid.com/android-utils"
Expand All @@ -15,8 +15,8 @@ android {

defaultConfig {
minSdkVersion 14
versionCode 13
targetSdkVersion 30
versionCode 14
versionName version
}
buildTypes {
Expand Down

0 comments on commit b1e0d89

Please sign in to comment.