Skip to content

Commit

Permalink
Bump version to 4.0 and upgrade Compose to 1.0 (#1856)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeal authored Jul 28, 2021
1 parent de7515d commit cead08d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 4.0.0
* Support for lottie-compose 4.0.0

# 3.7.1
* Support for lottie-compose 1.0.0-rc02-1

Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG_COMPOSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#### Note: For the time being, we won't provide numbered releases for every new Jetpack Compose
version. Check out our [snapshot builds](https://github.com/airbnb/lottie/blob/master/android-compose.md#getting-started) instead.

# 4.0.0
* Upgrade to Compose 1.0
* Made LottieCompositionSpec an inline class([#1855](https://github.com/airbnb/lottie-android/pull/1855))

# 1.0.0-rc02-1
* Upgrade to Compose rc02
* Add support for ContentScale and Alignment just like the Image composable ([#1844](https://github.com/airbnb/lottie-android/pull/1844))
Expand Down Expand Up @@ -63,4 +67,4 @@ and `rememberLottieComposition` for more information.
* Compatible with Jetpack Compose alpha 6
* Built with Lottie 3.5.0
* Wraps the existing renderer with Jetpack Compose friendly APIs.
* For up to date docs on how to use it, check out the [docs](http://airbnb.io/lottie/#/android-compose).
* For up to date docs on how to use it, check out the [docs](http://airbnb.io/lottie/#/android-compose).
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.ajoberstar.grgit.Grgit

buildscript {
ext {
composeVersion = '1.0.0-rc02'
composeVersion = '1.0.0'
kotlinVersion = '1.5.10'
daggerVersion = '2.37'
}
Expand All @@ -15,7 +15,7 @@ buildscript {
}
dependencies {
classpath 'org.ajoberstar:grgit:1.9.3'
classpath 'com.android.tools.build:gradle:7.0.0-rc01'
classpath 'com.android.tools.build:gradle:7.0.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath 'org.ajoberstar:grgit:1.9.3'
classpath "net.ltgt.gradle:gradle-errorprone-plugin:2.0.1"
Expand Down
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=3.7.3-SNAPSHOT
VERSION_NAME=4.0.0
GROUP=com.airbnb.android

POM_DESCRIPTION=Lottie is an animation library that renders Adobe After Effects animations natively in realtime.
Expand Down
1 change: 0 additions & 1 deletion lottie-compose/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ POM_INCEPTION_YEAR=2020
POM_ARTIFACT_ID=lottie-compose
POM_PACKAGING=aar
GROUP=com.airbnb.android
VERSION_NAME=1.0.0-rc02-2-SNAPSHOT

0 comments on commit cead08d

Please sign in to comment.