Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/gh-pages' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-udy committed Feb 4, 2024
2 parents 03eeac2 + 9532334 commit dea0c5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Enro is a powerful navigation library based on a simple idea; screens within an
```kotlin

dependencies {
implementation("dev.enro:enro:2.0.0-beta04")
kapt("dev.enro:enro-processor:2.0.0-beta04")
testImplementation("dev.enro:enro-test:2.0.0-beta04")
implementation("dev.enro:enro:2.1.0")
ksp("dev.enro:enro-processor:2.1.0") // both kapt and ksp are supported
testImplementation("dev.enro:enro-test:2.1.0")
}

```
Expand Down

0 comments on commit dea0c5e

Please sign in to comment.