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 5779446 commit 7928b4fCopy full SHA for 7928b4f
gradle.properties
@@ -19,7 +19,7 @@
19
20
21
VERSION_NAME=1.1.0
22
-VERSION_CODE=10
+VERSION_CODE=11
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 20
11
- versionCode 10
12
- versionName "1.0.9"
+ versionCode 11
+ versionName "1.1.0"
13
}
14
buildTypes {
15
release {
0 commit comments