Skip to content

Commit

Permalink
Updated gradle.properties and readme file to the new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Costa committed Nov 7, 2021
1 parent 589bc7b commit 5a71a50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ plugins {

2. Add the dependencies:
```gradle
implementation 'io.github.raamcosta.compose-destinations:core:0.9.1-beta'
ksp 'io.github.raamcosta.compose-destinations:ksp:0.9.1-beta'
implementation 'io.github.raamcosta.compose-destinations:core:0.9.2-beta'
ksp 'io.github.raamcosta.compose-destinations:ksp:0.9.2-beta'
// official compose navigation
implementation 'androidx.navigation:navigation-compose:$compose_navigation_version'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android.enableJetifier=true
kotlin.code.style=official

GROUP=io.github.raamcosta.compose-destinations
VERSION_NAME=0.9.1-beta
VERSION_NAME=0.9.2-beta

#region to override in each published module
POM_ARTIFACT_ID=core
Expand Down

0 comments on commit 5a71a50

Please sign in to comment.