We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61eb43d commit 76a2f30Copy full SHA for 76a2f30
gradle.properties
@@ -18,8 +18,8 @@
18
# org.gradle.parallel=true
19
20
21
-VERSION_NAME=1.0.3
22
-VERSION_CODE=4
+VERSION_NAME=1.0.4
+VERSION_CODE=5
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 4
12
- versionName "1.0.3"
+ versionCode 5
+ versionName "1.0.4"
13
}
14
buildTypes {
15
release {
0 commit comments