Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhE committed Apr 24, 2020
1 parent 1be0721 commit d2e8038
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bintrayName = seekbar-ranged-view

libraryName = SeekBarRangedView
libraryDescription = A SeekBarView restrained by a minimum and maximum value.
libraryVersion = 2.0.4
libraryVersion = 2.0.5

siteUrl = https://github.com/GuilhE/android-seekbar-ranged-view
gitUrl = https://github.com/GuilhE/android-seekbar-ranged-view.git
Expand Down
2 changes: 0 additions & 2 deletions seekbar-ranged-view/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ android {
defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 10
versionName "2.0.4"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit d2e8038

Please sign in to comment.