Skip to content

Commit

Permalink
New compose-1.0 release: 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca committed Oct 29, 2021
1 parent a45ff97 commit 873a075
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000

GROUP=com.google.accompanist
# !! No longer need to update this manually when using a Compose SNAPSHOT
VERSION_NAME=0.20.1-SNAPSHOT
VERSION_NAME=0.20.1

POM_DESCRIPTION=Utilities for Jetpack Compose

Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Expand Up @@ -56,10 +56,10 @@ coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" }
androidx-appcompat = "androidx.appcompat:appcompat:1.3.1"
androidx-core = "androidx.core:core-ktx:1.5.0"
androidx-activity-compose = "androidx.activity:activity-compose:1.3.0"
androidx-fragment = "androidx.fragment:fragment-ktx:1.3.0"
androidx-fragment = "androidx.fragment:fragment-ktx:1.3.6"
androidx-dynamicanimation = "androidx.dynamicanimation:dynamicanimation-ktx:1.0.0-alpha03"
androidx-lifecycle-runtime = "androidx.lifecycle:lifecycle-runtime-ktx:2.3.0"
androidx-lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha05"
androidx-lifecycle-runtime = "androidx.lifecycle:lifecycle-runtime-ktx:2.4.0"
androidx-lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:2.4.0"

androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidxnavigation" }
androidx-navigation-testing = { module = "androidx.navigation:navigation-testing", version.ref = "androidxnavigation" }
Expand Down

0 comments on commit 873a075

Please sign in to comment.