Skip to content

Commit faff867

Browse files
committed
v1.0.2
1 parent 2b04bd2 commit faff867

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# org.gradle.parallel=true
1919

2020

21-
VERSION_NAME=1.0.1
22-
VERSION_CODE=2
21+
VERSION_NAME=1.0.2
22+
VERSION_CODE=3
2323
GROUP=com.daimajia.androidanimations
2424

2525
POM_DESCRIPTION=Collect android animations

library/build.gradle

+2-2
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 2
12-
versionName "1.0.1"
11+
versionCode 3
12+
versionName "1.0.2"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)