Skip to content

Commit 7928b4f

Browse files
committed
v1.1.0
1 parent 5779446 commit 7928b4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
VERSION_NAME=1.1.0
22-
VERSION_CODE=10
22+
VERSION_CODE=11
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 10
12-
versionName "1.0.9"
11+
versionCode 11
12+
versionName "1.1.0"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)