Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaiyan committed Sep 13, 2019
1 parent aeef709 commit 0a63e1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions progressbar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 29
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -59,7 +59,7 @@ publish {
groupId = 'ir.alirezaiyan'
uploadName = 'levelprogressbar'
artifactId = 'levelprogressbar'
publishVersion = '1.0.1'
publishVersion = '1.0.2'
desc = 'A Level ProgressBar view for Android'
website = 'https://github.com/rezaiyan/LevelProgressBar'
dryRun = false
Expand Down

0 comments on commit 0a63e1d

Please sign in to comment.