Skip to content

Commit

Permalink
Bumped version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Peal committed Aug 16, 2017
1 parent 1c1e26a commit 9f8e004
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 2.2.0
### Features and Improvements
* Added `play(startFrame, endFrame)` and `play(startProgress, endProgress)`
* Added the ability to set a minimum and maximum frame/progress for a given animation
* Made WeakRef the default cache strategy
### Bugs Fixed
* Cancel loading animations when non-Lottie animations are set

# 2.1.2
### Bugs Fixed
* Reduced memory footprint.
Expand Down
4 changes: 2 additions & 2 deletions LottieSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.airbnb.lottie"
minSdkVersion 16
targetSdkVersion 25
versionCode 16
versionName "2.1.2"
versionCode 17
versionName "2.2.0"
testInstrumentationRunner "com.airbnb.lottie.TestRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
2 changes: 1 addition & 1 deletion LottieSample/src/main/res/layout/fragment_animation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="8dp"
android:text="2.1.2"
android:text="2.2.0"
android:textColor="@android:color/black"
android:textSize="8sp"/>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ Gradle is the only supported build configuration, so just add the dependency to

```groovy
dependencies {
compile 'com.airbnb.android:lottie:2.1.2'
compile 'com.airbnb.android:lottie:2.2.0'
}
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=2.1.2
VERSION_NAME=2.2.0
GROUP=com.airbnb.android

POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.
Expand Down

0 comments on commit 9f8e004

Please sign in to comment.