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 a03d531 commit ac8b27dCopy full SHA for ac8b27d
gradle.properties
@@ -18,8 +18,8 @@
18
# org.gradle.parallel=true
19
20
21
-VERSION_NAME=1.0.6
22
-VERSION_CODE=7
+VERSION_NAME=1.0.7
+VERSION_CODE=8
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 7
12
- versionName "1.0.6"
+ versionCode 8
+ versionName "1.0.7"
13
}
14
buildTypes {
15
release {
0 commit comments