Skip to content

Commit ac8b27d

Browse files
committed
v1.0.7
1 parent a03d531 commit ac8b27d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# org.gradle.parallel=true
1919

2020

21-
VERSION_NAME=1.0.6
22-
VERSION_CODE=7
21+
VERSION_NAME=1.0.7
22+
VERSION_CODE=8
2323
GROUP=com.daimajia.androidanimations
2424

2525
POM_DESCRIPTION=Collect android animations

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.daimajia.androidanimations.library"
99
minSdkVersion 8
1010
targetSdkVersion 20
11-
versionCode 7
12-
versionName "1.0.6"
11+
versionCode 8
12+
versionName "1.0.7"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)