Skip to content

Commit 8ded772

Browse files
committed
v1.1.3
1 parent 3381263 commit 8ded772

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Download the following jars, and copy them into your `libs` directory.
5151

5252
- [`NineOldAndroid-2.4.0`](https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.0.6/NineOldAndroid-2.4.0.jar)
5353
- [`AndroidEasingFunctions-1.0.0`](https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.0.6/AndroidEasingFunctions-1.0.0.jar)
54-
- [`AndroidViewAnimations-1.1.2`](https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.1.2/AndroidViewAnimations-1.1.2.jar)
54+
- [`AndroidViewAnimations-1.1.3`](https://github.com/daimajia/AndroidViewAnimations/releases/download/v1.1.3/AndroidViewAnimations-1.1.3.jar)
5555

5656
## Step 2
5757

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
# org.gradle.parallel=true
1919

2020

21-
VERSION_NAME=1.1.2
22-
VERSION_CODE=13
21+
VERSION_NAME=1.1.3
22+
VERSION_CODE=14
2323
GROUP=com.daimajia.androidanimations
2424

2525
POM_DESCRIPTION=Collect android animations

library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 8
1010
targetSdkVersion 20
1111
versionCode 13
12-
versionName "1.1.2"
12+
versionName "1.1.3"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)