Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daimajia committed Jun 24, 2014
1 parent 2b04bd2 commit faff867
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# org.gradle.parallel=true


VERSION_NAME=1.0.1
VERSION_CODE=2
VERSION_NAME=1.0.2
VERSION_CODE=3
GROUP=com.daimajia.androidanimations

POM_DESCRIPTION=Collect android animations
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.daimajia.androidanimations.library"
minSdkVersion 8
targetSdkVersion 19
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"
}
buildTypes {
release {
Expand Down

0 comments on commit faff867

Please sign in to comment.