Skip to content

Commit

Permalink
Updated gradle.properties and README.md for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Costa committed Dec 29, 2021
1 parent 735fdd6 commit 86574a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,17 @@ plugins {
<summary>groovy - build.gradle(:app)</summary>

```gradle
implementation 'io.github.raamcosta.compose-destinations:core:1.1.0-beta'
ksp 'io.github.raamcosta.compose-destinations:ksp:1.1.0-beta'
implementation 'io.github.raamcosta.compose-destinations:core:1.1.1-beta'
ksp 'io.github.raamcosta.compose-destinations:ksp:1.1.1-beta'
```
</details>

<details>
<summary>kotlin - build.gradle.kts(:app)</summary>

```gradle
implementation("io.github.raamcosta.compose-destinations:core:1.1.0-beta")
ksp("io.github.raamcosta.compose-destinations:ksp:1.1.0-beta")
implementation("io.github.raamcosta.compose-destinations:core:1.1.1-beta")
ksp("io.github.raamcosta.compose-destinations:ksp:1.1.1-beta")
```
</details>

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=1.1.0-beta
VERSION_NAME=1.1.1-beta

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

0 comments on commit 86574a0

Please sign in to comment.