Skip to content

Commit 76a2f30

Browse files
committed
v1.0.4
1 parent 61eb43d commit 76a2f30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# org.gradle.parallel=true
1919

2020

21-
VERSION_NAME=1.0.3
22-
VERSION_CODE=4
21+
VERSION_NAME=1.0.4
22+
VERSION_CODE=5
2323
GROUP=com.daimajia.androidanimations
2424

2525
POM_DESCRIPTION=Collect android animations

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.daimajia.androidanimations.library"
99
minSdkVersion 8
1010
targetSdkVersion 19
11-
versionCode 4
12-
versionName "1.0.3"
11+
versionCode 5
12+
versionName "1.0.4"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)