Skip to content

Commit 1e15e28

Browse files
committed
v1.0.1
1 parent 479b06e commit 1e15e28

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.0
22-
VERSION_CODE=1
21+
VERSION_NAME=1.0.1
22+
VERSION_CODE=2
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 1
12-
versionName "1.0.0"
11+
versionCode 2
12+
versionName "1.0.1"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)