We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b04bd2 commit faff867Copy full SHA for faff867
gradle.properties
@@ -18,8 +18,8 @@
18
# org.gradle.parallel=true
19
20
21
-VERSION_NAME=1.0.1
22
-VERSION_CODE=2
+VERSION_NAME=1.0.2
+VERSION_CODE=3
23
GROUP=com.daimajia.androidanimations
24
25
POM_DESCRIPTION=Collect android animations
library/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "com.daimajia.androidanimations.library"
9
minSdkVersion 8
10
targetSdkVersion 19
11
- versionCode 2
12
- versionName "1.0.1"
+ versionCode 3
+ versionName "1.0.2"
13
}
14
buildTypes {
15
release {
0 commit comments