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 479b06e commit 1e15e28Copy full SHA for 1e15e28
gradle.properties
@@ -18,8 +18,8 @@
18
# org.gradle.parallel=true
19
20
21
-VERSION_NAME=1.0.0
22
-VERSION_CODE=1
+VERSION_NAME=1.0.1
+VERSION_CODE=2
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 1
12
- versionName "1.0.0"
+ versionCode 2
+ versionName "1.0.1"
13
}
14
buildTypes {
15
release {
0 commit comments