Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
- Added animations for api >= 11
  • Loading branch information
badoualy committed Jun 16, 2016
1 parent 1911910 commit ce21247
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maven stuff
GROUP=com.github.badoualy
VERSION_CODE=100
VERSION_NAME=1.0.0
VERSION_CODE=101
VERSION_NAME=1.0.1

POM_NAME=Stepper Indicator
POM_ARTIFACT_ID=stepper-indicator
Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.badoualy.stepperindicator.sample"
minSdkVersion 10
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionCode 101
versionName "1.0.1"
}
buildTypes {
release {
Expand All @@ -29,5 +29,5 @@ dependencies {
if (compileLocal)
compile project(':library')
else
compile 'com.github.badoualy:stepper-indicator:1.0.0'
compile 'com.github.badoualy:stepper-indicator:1.0.1'
}

0 comments on commit ce21247

Please sign in to comment.