Skip to content

Commit 74b3ae3

Browse files
committed
v1.0.8
1 parent 1c007fb commit 74b3ae3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# org.gradle.parallel=true
1919

2020

21-
VERSION_NAME=1.0.8-SNAPSHOT
21+
VERSION_NAME=1.0.8
2222
VERSION_CODE=9
2323
GROUP=com.daimajia.androidanimations
2424

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 8
1010
targetSdkVersion 20
1111
versionCode 9
12-
versionName "1.0.8-SNAPSHOT"
12+
versionName "1.0.8"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)